- Gil Weber reported a peculiar flaw with the multi interface when doing SFTP
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jan 2010 23:15:10 +0000 (23:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jan 2010 23:15:10 +0000 (23:15 +0000)
commit1647d64a4b1713c20f936f229dc51bead92cebf9
tree67500d5f3ccca3b3e65ad2b63724b8743ae98448
parentd17416190bcde9f59b1bc282682bc2b52548b829
- 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.
CHANGES
RELEASE-NOTES