aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-06 13:38:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-06 13:38:05 +0000
commit0ff311aa1aebd426666cd74c4422df02200c8ac7 (patch)
treeea81bc4e69a2b8f28c41eca2ea5b6a25a077be99 /docs/KNOWN_BUGS
parent8147c3659d427110fe7febccaa2f60d4ab1a5cc7 (diff)
two new CONNECT response problems that have appeared
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 6a3844b1a..5549d0451 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,13 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+47. If a CONNECT response is larger than BUFSIZE when the connection is meant
+ 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: