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

@@ -19,6 +19,7 @@ This release includes the following bugfixes:
o an alloc-related call in the OpenSSL-using code didn't check the return value
o curl_easy_duphandle() failed to duplicate cookies at times
o missing TELNET timeout support in Windows builds
o missing Curl_read() and write callback result checking in TELNET transfers
This release includes the following known bugs: