diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-06-03 18:03:11 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-06-03 18:03:11 +0000 |
commit | 6f0a2608b45f83064759b3585a282de5be584966 (patch) | |
tree | 39c8ad73cc6b03b0b1bafa9279f5e719c4005c7c /RELEASE-NOTES | |
parent | ea86edbd821fc448a4188598d18aa8ce12bb435a (diff) |
Fixed a problem where telnet data would be lost if an EWOULDBLOCK
condition were encountered.
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 117a6f8c6..3e6cbf817 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ This release includes the following bugfixes: o follow redirect with only a new query string o SCP and SFTP memory leaks on aborted transfers o curl_multi_socket() and HTTP pipelining transfer stalls + o lost telnet data on an EWOULDBLOCK condition This release includes the following known bugs: |