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 /docs | |
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 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 6d2cb9baa..2b2fffb71 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -7,9 +7,6 @@ may have been fixed since this was written! to be kept alive, the function will return prematurely and will confuse the rest of the HTTP protocol code. -46. If a CONNECT response is chunked-encoded, the function may return - prematurely and will confuse the rest of the HTTP protocol code. - 45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names. getaddrinfo() sorts the response list which effectively kills how libcurl deals with round-robin DNS entries. All details: |