diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-17 12:32:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-17 12:32:41 +0000 |
commit | 03ca98b0df0f0bd599cbd5e293dedb648dae8faf (patch) | |
tree | 2f9ea141b1ce976eb84689183016c9dad7a2fc70 /RELEASE-NOTES | |
parent | abb74a1203b76a9e3f4e640f981d4a8b3036a98a (diff) |
- SCP and SFTP with the multi interface had the same flaw: the 'DONE'
operation didn't complete properly if the EAGAIN equivalent was returned but
libcurl would simply continue with a half-completed close operation
performed. This ruined persistent connection re-use and cause some
SSH-protocol errors in general. The correction is unfortunately adding a
blocking function - doing it entirely non-blocking should be considered for
a better fix.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6183d4364..a4202cc5d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ 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 This release includes the following known bugs: |