diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 12:43:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 12:43:55 +0000 |
commit | a777eb3d816dbd437d9b8a9e3b7b52be91d68e3b (patch) | |
tree | 4de0aa44aafc8421f7e41ba36ae451257932e4ad /docs/KNOWN_BUGS | |
parent | 7f79b52daef837d0b9ba1e0d75bae0fba9a7f30c (diff) |
Olaf Stueben provided a patch that I edited slightly. It fixes the notorious
KNOWN_BUGS #25, which happens when a proxy closes the connection when
libcurl has sent CONNECT, as part of an authentication negotiation. Starting
now, libcurl will re-connect accordingly and continue the authentication as
it should.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 713c4515c..e7231b8f6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -44,11 +44,6 @@ may have been fixed since this was written! "system context" will make it use wrong(?) user name - at least when compared to what winhttp does. See http://curl.haxx.se/bug/view.cgi?id=1281867 -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. - 23. We don't support SOCKS for IPv6. We don't support FTPS over a SOCKS proxy. We don't have any test cases for SOCKS proxy. We probably have even more bugs and lack of features when a SOCKS proxy is used. And there seem to be a |