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 /RELEASE-NOTES | |
parent | d15b8273d6bdb5f0aa590cce802ab75f9c3c3625 (diff) | |
download | curl-fa9643666128a8ed60e22d4e0fa56e8638726d23.tar.gz |
Fix TELNET transfers not being aborted upon write callback failures
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7709d97f8..f8e97a528 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |