diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-07-21 22:30:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-07-21 22:30:31 +0000 |
commit | 650543a042d59d30d3ae0bf4f171077aeb08601b (patch) | |
tree | 7c98e7ba0ccd974924cefdf912860c2063ae689f /docs/KNOWN_BUGS | |
parent | 5f0cae8037e340892372248dfc8b3b5344360087 (diff) |
66. When using telnet, the time limitation options don't work.
http://curl.haxx.se/bug/view.cgi?id=2818950
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 2e3ab82d5..f9ac8f818 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,9 @@ 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! +66. When using telnet, the time limitation options don't work. + http://curl.haxx.se/bug/view.cgi?id=2818950 + 65. When doing FTP over a socks proxy or CONNECT through HTTP proxy and the multi interface is used, libcurl will fail if the (passive) TCP connection for the data transfer isn't more or less instant as the code does not |