Fixed a problem where telnet data would be lost if an EWOULDBLOCK

condition were encountered.
This commit is contained in:
Dan Fandrich
2008-06-03 18:03:11 +00:00
parent ea86edbd82
commit 6f0a2608b4
3 changed files with 63 additions and 46 deletions

View File

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