summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-19 06:43:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-19 06:43:25 +0000
commitd5baaf77566b3a7cde9b717e554810b3de799c14 (patch)
treec0617e4c5d53e9ee69115ddb54008121359632cc
parent2a94387fc34c0b359959137086a8c96ef29aae1b (diff)
downloadgnurl-d5baaf77566b3a7cde9b717e554810b3de799c14.tar.gz
gnurl-d5baaf77566b3a7cde9b717e554810b3de799c14.tar.bz2
gnurl-d5baaf77566b3a7cde9b717e554810b3de799c14.zip
The big POST to HTTPS is probably not a bug.
The CONNECT problem is now bug #25 planned to get fixed in next release.
-rw-r--r--TODO-RELEASE5
-rw-r--r--docs/KNOWN_BUGS6
2 files changed, 9 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 86a70e929..50123f705 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -3,9 +3,10 @@ Issues not sorted in any particular order.
To get fixed in 7.14.1 (planned release: August 2005)
======================
-60 - CONNECT 407 responses that kills the connection
+To get fixed in 7.14.2 (planned release: October 2005)
+======================
-62 - The sending big POST data to HTTPS bug
+60 - CONNECT 407 responses that kills the connection
63 -
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index a8b29896d..d19fdf3af 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ 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!
+25. When doing a CONNECT request with curl it doesn't properly handle if the
+ proxy closes the connection within the authentication "negotiation phase".
+ Like if you do HTTPS or similar over a proxy and you use perhaps
+ --proxy-anyauth. There's work in progress on this problem, and a recent
+ patch was posted here: http://curl.haxx.se/mail/lib-2005-08/0074.html
+
24. Harshal Pradhan's Use-after-free with libcurl+ares. This probably occurs
because there is a pending ares callback that gets called after the
connection struct has been freed in libcurl: