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

@@ -7,6 +7,10 @@
Changelog
Daniel Fandrich (3 Jun 2008)
- Fixed a problem where telnet data would be lost if an EWOULDBLOCK
condition were encountered.
Marty Kuhrt (1 Jun 2008)
- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned
from getparameter instead of CURLE_FAILED_INIT. No point in returning