diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-12 06:28:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-12 06:28:34 +0000 |
commit | 3a5f21b0d1296c2f78111982950071baff9f473d (patch) | |
tree | a027aacb1655a5c609334066829c308887e153f8 /docs/KNOWN_BUGS | |
parent | 13a5598dc3db2b0ee8288c1ef4cee353ff588a65 (diff) |
corrected URL
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index dcf64cde7..1e86d4eec 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -8,7 +8,7 @@ may have been fixed since this was written! 34. The SOCKS4 connection codes don't properly acknowledge (connect) timeouts. Also see #12. According to bug #1556528, even the SOCKS5 connect code does - not do it right: http://curl.haxx.se/bug/view.cgi?id=#1556528, + not do it right: http://curl.haxx.se/bug/view.cgi?id=1556528, 33. Doing multi-pass HTTP authentication on a non-default port does not work. This happens because the multi-pass code abuses the redirect following code |