diff options
author | Yang Tse <yangsita@gmail.com> | 2009-03-12 13:18:25 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-03-12 13:18:25 +0000 |
commit | fa9643666128a8ed60e22d4e0fa56e8638726d23 (patch) | |
tree | 51149c4e802c0b20e7e1ab51129c53575d59e6cb /CHANGES | |
parent | d15b8273d6bdb5f0aa590cce802ab75f9c3c3625 (diff) |
Fix TELNET transfers not being aborted upon write callback failures
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Yang Tse (12 Mar 2009) +- Added missing Curl_read() return code checking in TELNET transfers. + +- Pierre Brico found and fixed TELNET transfers not being aborted upon + a write callback failure. + Daniel Stenberg (11 Mar 2009) - Kamil Dudka made the curl tool properly call curl_global_init() before any other libcurl function. |