diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-02 10:21:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-02 10:21:36 +0000 |
commit | 119364741ef2ca0931c0ceaa6f92cb476457863c (patch) | |
tree | 32897c5dba0c6f2b2d5a298c8fb18de18617a082 /CHANGES | |
parent | 8d1239c091ef61725e6ce3c53b92b45a71f6f927 (diff) |
known bug #46: chunked-encoded CONNECT responses from a http proxy now works.
Added test case 1008 to verify. Note that #47 is still there.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Changelog +Daniel S (2 October 2007) +- libcurl now handles chunked-encoded CONNECT responses + Daniel S (1 October 2007) - Alex Fishman reported a curl_easy_escape() problem that was made the function do wrong on all input bytes that are >= 0x80 (decimal 128) due to a |