diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-11 23:15:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-11 23:15:10 +0000 |
commit | 1647d64a4b1713c20f936f229dc51bead92cebf9 (patch) | |
tree | 67500d5f3ccca3b3e65ad2b63724b8743ae98448 /CHANGES | |
parent | d17416190bcde9f59b1bc282682bc2b52548b829 (diff) | |
download | curl-1647d64a4b1713c20f936f229dc51bead92cebf9.tar.gz |
- Gil Weber reported a peculiar flaw with the multi interface when doing SFTP
transfers: curl_multi_fdset() would return -1 and not set and file
descriptors several times during a transfer of a single file. It turned out
to be due to two different flaws now fixed. Gil's excellent recipe helped me
nail this.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (12 Jan 2010) +- Gil Weber reported a peculiar flaw with the multi interface when doing SFTP + transfers: curl_multi_fdset() would return -1 and not set and file + descriptors several times during a transfer of a single file. It turned out + to be due to two different flaws now fixed. Gil's excellent recipe helped me + nail this. + Daniel Stenberg (11 Jan 2010) - Made sure that the progress callback is repeatedly called at a regular interval even during very slow connects. |