- libssh2_sftp_last_error() was wrongly used at some places in libcurl which

made libcurl sometimes not properly abort problematic SFTP transfers.
This commit is contained in:
Daniel Stenberg
2008-12-15 23:04:51 +00:00
parent 79b7575fd8
commit 008b848dcc
3 changed files with 37 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ This release includes the following bugfixes:
o dotted IPv6 addresses longer than 39 bytes failed
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
This release includes the following known bugs: