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 /CHANGES | |
parent | ea86edbd821fc448a4188598d18aa8ce12bb435a (diff) |
Fixed a problem where telnet data would be lost if an EWOULDBLOCK
condition were encountered.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |