diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-28 08:03:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-28 08:03:25 +0000 |
commit | bcc62cc9e34ce7536a05f0bdccda7ada628ba220 (patch) | |
tree | 9042312105daf17b2570c25a8bc8dd0faae8cbce /CHANGES | |
parent | 97b466d4095078e106dd1222735767b6ec944e81 (diff) |
#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
occurred when asking libcurl to follow HTTP redirects and the original URL had
more than one question mark (?). Added test case 276 to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (28 March 2006) +- #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that + occurred when asking libcurl to follow HTTP redirects and the original URL + had more than one question mark (?). Added test case 276 to verify. + Daniel (27 March 2006) - David Byron found a problem multiple -d options when libcurl was built with --enable-debug, as then curl used free() on memory allocated both with |