aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-08-31 21:57:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-08-31 21:57:24 +0000
commit2d0aca3b92aba75bfc6d975ac2d4f5aa3e25793a (patch)
tree11d1bfd4add628e69cd6f0308a8a9980548b75ee /docs
parent4e9d3c26ed74ec7a00cfc32170dc7289589586e8 (diff)
73. if a connection is made to a FTP server but the server then just never
sends the 220 response or otherwise is dead slow, libcurl will not acknowledge the connection timeout during that phase but only the "real" timeout - which may surprise users as it is probably considered to be the connect phase to most people. Brought up (and is being misunderstood) in: http://curl.haxx.se/bug/view.cgi?id=2844077
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 35ca80a84..b7f56209c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,13 @@ 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!
+73. if a connection is made to a FTP server but the server then just never
+ sends the 220 response or otherwise is dead slow, libcurl will not
+ acknowledge the connection timeout during that phase but only the "real"
+ timeout - which may surprise users as it is probably considered to be the
+ connect phase to most people. Brought up (and is being misunderstood) in:
+ http://curl.haxx.se/bug/view.cgi?id=2844077
+
72. "Pausing pipeline problems."
http://curl.haxx.se/mail/lib-2009-07/0214.html