diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-06-02 23:33:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-02 23:33:51 +0200 |
commit | 684830cb2a2f10e987658ba36915a681271be941 (patch) | |
tree | 6513f66da8f4d191bf870fcf79bc87c4cc464bde /RELEASE-NOTES | |
parent | 51248a9bdd825f86c4c8a4b1f67006fffb908950 (diff) | |
download | curl-684830cb2a2f10e987658ba36915a681271be941.tar.gz |
SSH: corrected the inability to respect the timeout
Jason McDonald posted bug report #3006786 when he found that the
SFTP code didn't timeout properly in several places in the code
even if a timeout was set properly.
Based on his suggested patch, I wrote a different implementation
that I think addressed the issue better and also uses the connect
timeout for the initial part of the SSH/SFTP done during the
"protocol connect" phase.
(http://curl.haxx.se/bug/view.cgi?id=3006786)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7639afe28..49beadeec 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,7 @@ This release includes the following bugfixes: o TFTP timeout option sent correctly o TFTP block id wrap o curl_multi_socket_action() timeout handles inaccuracy in timers better + o SCP/SFTP failure to respect the timeout This release includes the following known bugs: @@ -45,6 +46,6 @@ advice from friends like these: Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske, Pavel Raiskup, John-Mark Bell, Eric Mertens, Tor Arntsen, Douglas Kilpatrick, - Igor Novoseltsev + Igor Novoseltsev, Jason McDonald Thanks! (and sorry if I forgot to mention someone) |