diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-19 21:14:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-19 21:14:52 +0000 |
commit | 07416b61e3c403ea56370858a618f877dcaee57d (patch) | |
tree | 2fde760848f524477f97f32edb8d23fc42fccf32 /RELEASE-NOTES | |
parent | 000a13e21a30ca55da1fc7affe28fcb7c7171bb7 (diff) |
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
now has an improved ability to do right when the multi interface (both
"regular" and multi_socket) is used for SCP and SFTP transfers. This should
result in (much) less busy-loop situations and thus less CPU usage with no
speed loss.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a4202cc5d..0f33d2bb4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,7 +31,9 @@ This release includes the following bugfixes: o curl_easy_duphandle() doesn't try to duplicate the connection cache pointer o build failure on OS/400 when enabling IPv6 o better detection of SFTP failures - o improved connection re-use for subsequent SCP and SFTP trnasfers + o improved connection re-use for subsequent SCP and SFTP transfers + o multi interface does less busy-loops for SCP and SFTP transfers with libssh2 + 0.19 or later This release includes the following known bugs: |