aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-27 22:05:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-27 22:05:38 +0000
commit966fa848a0213be52d3a4b3787c36ec7c5553f22 (patch)
tree113fe21384b7289127ac36f3cfb501dd6ee0571f /CHANGES
parent6f8fe67ace4346c3c22fb3348d54ba1cfeb59669 (diff)
Nis Jorgensen filed bug report #1338648
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77d3eac4f..9748b662c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,13 @@
Daniel (27 October 2005)
+- Nis Jorgensen filed bug report #1338648
+ (http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a
+ feature request, but anyway. It pointed out that --max-redirs did not allow
+ it to be set to 0, which then would return an error code on the first
+ Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS
+ set to 0, or -1 for infinity. Added test case 274 to verify.
+
- tommink[at]post.pl reported in bug report #1337723
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload
binary data from stdin on Windows if the data contained control-Z (hex 1a)