diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-24 13:59:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-24 13:59:51 +0000 |
commit | 53a8a6e5a69ad72ad6684875272babd24c3a93fd (patch) | |
tree | ebd878fefffbbc86e99ac9d89be236a80e7bb38b /RELEASE-NOTES | |
parent | dd2fc45c27d71faf5d37abb313758c0df6c9afd4 (diff) |
- Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19
function when built to support SCP and SFTP that helps the library to know
in which direction a particular libssh2 operation would return EAGAIN so
that libcurl knows what socket conditions to wait for before trying the
function call again. Previously (and still when using libssh2 0.18 or
earlier), libcurl will busy-loop in this situation when the easy interface
is used!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a33b3c9e7..2a7f82d26 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,19 +21,16 @@ This release includes the following bugfixes: the same server o memory leak with HTTP GSS/kerberos authentication o removed the default use of "Pragma: no-cache" + o fix SCP/SFTP busyloop by using a new libssh2 0.19 function This release includes the following known bugs: o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html) -Other curl-related news: - - o - This release would not have looked like this without help, code, reports and advice from friends like these: Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf, - Markus Koetter, Josef Wolf + Markus Koetter, Josef Wolf, Vlad Grachov Thanks! (and sorry if I forgot to mention someone) |