diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-01 22:39:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-01 22:39:15 +0200 |
commit | 49f3160d69a9e568efdc370ac417841680c0b355 (patch) | |
tree | 07d516589bb3a4acb8a082bb73fd9f272d1d1795 /CHANGES | |
parent | e78e584035df0edb202658dfda1ee22478e14e52 (diff) | |
download | curl-49f3160d69a9e568efdc370ac417841680c0b355.tar.gz |
fix SFTP download hang
Matt Wixson found and fixed a bug in the SCP/SFTP area where the
code treated a 0 return code from libssh2 to be the same as
EAGAIN while in reality it isn't. The problem caused a hang in
SFTP transfers from a MessageWay server.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (1 Apr 2010) +- Matt Wixson found and fixed a bug in the SCP/SFTP area where the code + treated a 0 return code from libssh2 to be the same as EAGAIN while in + reality it isn't. The problem caused a hang in SFTP transfers from a + MessageWay server. + Daniel Stenberg (28 Mar 2010) - Ben Greear: If you pass a URL to pop3 that does not contain a message ID as part of the URL, it would previously ask for 'INBOX' which just causes the |