From 07416b61e3c403ea56370858a618f877dcaee57d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Dec 2008 21:14:52 +0000 Subject: - 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. --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE-NOTES') 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: -- cgit v1.2.3