aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-06-03 18:03:11 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-06-03 18:03:11 +0000
commit6f0a2608b45f83064759b3585a282de5be584966 (patch)
tree39c8ad73cc6b03b0b1bafa9279f5e719c4005c7c /CHANGES
parentea86edbd821fc448a4188598d18aa8ce12bb435a (diff)
Fixed a problem where telnet data would be lost if an EWOULDBLOCK
condition were encountered.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 868e6ce0a..8eddff09e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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