- 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.
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -6,6 +6,13 @@
|
|||||||
|
|
||||||
Changelog
|
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)
|
Daniel Stenberg (11 Jan 2010)
|
||||||
- Made sure that the progress callback is repeatedly called at a regular
|
- Made sure that the progress callback is repeatedly called at a regular
|
||||||
interval even during very slow connects.
|
interval even during very slow connects.
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ This release includes the following bugfixes:
|
|||||||
o progress callback called repeatedly with c-ares for resolving
|
o progress callback called repeatedly with c-ares for resolving
|
||||||
o OpenSSL session id ref count leak
|
o OpenSSL session id ref count leak
|
||||||
o progress callback called repeatedly during slow connects
|
o progress callback called repeatedly during slow connects
|
||||||
|
o curl_multi_fdset() would return -1 too often during SCP/SFTP transfers
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@@ -57,6 +58,6 @@ advice from friends like these:
|
|||||||
Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron,
|
Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron,
|
||||||
Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
|
Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
|
||||||
Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
|
Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
|
||||||
Johan van Selst, Charles Kerr
|
Johan van Selst, Charles Kerr, Gil Weber
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|||||||
Reference in New Issue
Block a user