1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

libssh2 fix

This commit is contained in:
Daniel Stenberg 2007-07-19 15:08:47 +00:00
parent c7db74fe73
commit 9d183bb7b1

View File

@ -13,6 +13,9 @@ Dan F (17 July 2007)
server's can provide, and should be revisited.
Daniel S (17 July 2007)
- Daniel Johnson fixed a bug in how libssh2_session_last_error() was used, in
two places.
- Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made
a control connection that was deemed "dead" to yet be re-used in a following
request.