Fix TELNET transfers not being aborted upon write callback failures

This commit is contained in:
Yang Tse
2009-03-12 13:18:25 +00:00
parent d15b8273d6
commit fa96436661
3 changed files with 33 additions and 10 deletions

View File

@@ -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.