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 /RELEASE-NOTES | |
parent | 8d1239c091ef61725e6ce3c53b92b45a71f6f927 (diff) | |
download | curl-119364741ef2ca0931c0ceaa6f92cb476457863c.tar.gz |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d9110206d..5d792cca1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,6 +29,7 @@ This release includes the following bugfixes: before SIZE o re-used handle transfers with SFTP o curl_easy_escape() problem with byte values >= 128 + o handles chunked-encoded CONNECT responses This release includes the following known bugs: |