diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-12 06:14:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-12 06:14:10 +0000 |
commit | 13a5598dc3db2b0ee8288c1ef4cee353ff588a65 (patch) | |
tree | 06f90b86c92c8874c8f8588fffedd8637f47e230 /docs | |
parent | 5a6c89661a96fa2139fa0cff07de2f2eff369127 (diff) |
so it seems SOCKS5 too (still) has problems with connect timeouts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index d16fdbb5b..dcf64cde7 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -7,7 +7,8 @@ may have been fixed since this was written! bad when used with the multi interface. 34. The SOCKS4 connection codes don't properly acknowledge (connect) timeouts. - Also see #12. + 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, 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 |