diff options
author | Kamil Dudka <kdudka@redhat.com> | 2010-04-04 23:37:18 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-04-04 23:37:18 +0200 |
commit | ff8711135e9311d5a54c7210a5a87a86077271cb (patch) | |
tree | a6a1c8ee0167e6899a44f9fa34c97287d20a6c23 /CHANGES | |
parent | 7425db3fab04007ac2f4ac62d77c1838adb6177d (diff) | |
download | curl-ff8711135e9311d5a54c7210a5a87a86077271cb.tar.gz |
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Kamil Dudka (4 Apr 2010) - Eliminated a race condition in Curl_resolv_timeout(). +- Refactorized interface of Curl_ssl_recv()/Curl_ssl_send(). + Daniel Stenberg (1 Apr 2010) - Matt Wixson found and fixed a bug in the SCP/SFTP area where the code treated a 0 return code from libssh2 to be the same as EAGAIN while in |