diff options
author | Anthon Pang <apang@softwaredevelopment.ca> | 2014-12-04 14:51:06 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-04 12:14:59 -0800 |
commit | 1b3a398ec1844560e60e2dad63d96d061361b57d (patch) | |
tree | c9544f8c78a95b6e9086c9dc7b82a49cbe2979f1 /CHANGES.0 | |
parent | 2e557de09431854e4ad137cd741a582caa917517 (diff) | |
download | curl-1b3a398ec1844560e60e2dad63d96d061361b57d.tar.gz |
docs: Fix FAILONERROR typos
It returns error for >= 400 HTTP responses.
Bug: https://github.com/bagder/curl/pull/129
Diffstat (limited to 'CHANGES.0')
-rw-r--r-- | CHANGES.0 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17851,7 +17851,7 @@ Version 2.7 rewrite the former -l kludge in an external script that'll use urlget to fetch multipart files like that. - '-f' is introduced, it means Fail without output in case of HTTP server - errors (return code >=300). + errors (return code >=400). - Added support for -r, ranges. Specify which part of a document you want, and only that part is returned. Only with HTTP/1.1-servers. - Split up the source in 3 parts. Now all pure URL functions are in |