aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-18 07:53:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-18 07:53:24 +0000
commit694f31ca37915464fa3cae16086f1db1334df43c (patch)
tree983bd5b1fe57715c182fb6e3cd9aff84d6544d4f /docs/KNOWN_BUGS
parent9c1ad0f9f7fef9e178f2a7b417db0131bb86097b (diff)
the "work in progress" for #25 was ditched a long time ago
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 0d1a662d1..713c4515c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -47,8 +47,7 @@ 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
+ --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