mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:07:33 +03:00
clarify that 22 can be returned on --fail for all HTTP errors being 400
or above
This commit is contained in:
parent
8319ea7078
commit
cee0e94294
1 changed files with 2 additions and 1 deletions
|
|
@ -844,7 +844,8 @@ FTP write error. The transfer was reported bad by the server.
|
|||
.IP 21
|
||||
FTP quote error. A quote command returned error from the server.
|
||||
.IP 22
|
||||
HTTP not found. The requested page was not found. This return code only
|
||||
HTTP page not retrieved. The requested url was not found or returned another
|
||||
error with the HTTP error code being 400 or above. This return code only
|
||||
appears if --fail is used.
|
||||
.IP 23
|
||||
Write error. Curl couldn't write data to a local filesystem or similar.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue