aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-01 20:58:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-01 20:58:38 +0000
commit459c66404364aca003bf90d83382162bf2da7b81 (patch)
tree21339a75e1d5317b3f1cab8de7f55a6d7d1e6414 /docs/KNOWN_BUGS
parent45edad84cb597f3e6bdd15d51ec2eaca7ca66be1 (diff)
53. SFTP busy-loop problem when doing SFTP uploads.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 2339b85e5..a381bdf67 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,11 @@ 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!
+53. SFTP busy-loop problem. When doing SFTP uploads, we can see that libcurl
+ occasionally will busy-loop while waiting for certain network conditions.
+ Reported by Pavel Shalagin, explained somewhat by Daniel Stenberg here:
+ http://curl.haxx.se/mail/lib-2008-04/0439.html
+
52. Gautam Kachroo's issue that identifies a problem with the multi interface
where a connection can be re-used without actually being properly
SSL-negoatiated: