diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-09 16:08:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-09 16:08:08 +0000 |
commit | 4ebe4b907b6d7f7fbaaa717311ad37e119ff5b64 (patch) | |
tree | 4b7a51accca52397d7bab0990a62574bec7d0e6a /docs | |
parent | bf44d0f6400bc51a5cddb7d920db150c1d818d5c (diff) |
#53. SFTP busy-loop problem. should be fixed in 7.19.3 with libssh2 1.0 (or
later)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index c3ad3ac2c..091087528 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -42,11 +42,6 @@ may have been fixed since this was written! library header files exporting symbols/macros that should be kept private to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/ -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: |