mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. Humbad
This commit is contained in:
parent
2ae67c431c
commit
2d71e22f08
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ Pass a FILE * as parameter. Tell libcurl to use this stream instead of stderr
|
|||
when showing the progress meter and displaying \fICURLOPT_VERBOSE\fP data.
|
||||
.IP CURLOPT_FAILONERROR
|
||||
A non-zero parameter tells the library to fail silently if the HTTP code
|
||||
returned is equal to or larger than 300. The default action would be to return
|
||||
returned is equal to or larger than 400. The default action would be to return
|
||||
the page normally, ignoring that code.
|
||||
.SH NETWORK OPTIONS
|
||||
.IP CURLOPT_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue