summaryrefslogtreecommitdiff
path: root/CHANGES.0
diff options
context:
space:
mode:
authorAnthon Pang <apang@softwaredevelopment.ca>2014-12-04 14:51:06 -0500
committerDaniel Stenberg <daniel@haxx.se>2014-12-04 12:14:59 -0800
commit1b3a398ec1844560e60e2dad63d96d061361b57d (patch)
treec9544f8c78a95b6e9086c9dc7b82a49cbe2979f1 /CHANGES.0
parent2e557de09431854e4ad137cd741a582caa917517 (diff)
downloadcurl-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.02
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.0 b/CHANGES.0
index d2413fa13..3dc8185cb 100644
--- a/CHANGES.0
+++ b/CHANGES.0
@@ -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