aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-03-06 03:48:33 +0000
committerYang Tse <yangsita@gmail.com>2008-03-06 03:48:33 +0000
commit91aeebed261e0b813c772733cffca84908516e7b (patch)
tree3bbd1d791c90048b7a7854c4ad0d4d92da62e7a1 /CHANGES
parentb16ea66cec030569fd5b44b3e928bf06c573a6f9 (diff)
Regression fix:
select/poll calls will only be retried upon EINTR failures as it previously was in lib/select.c revision 1.29 In this way Curl_socket_ready() and Curl_poll() will again fail on any select/poll errors different than EINTR.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fcc1e2369..6575a9aec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (6 Mar 2008)
+- Fix regression on Curl_socket_ready() and Curl_poll() so that these will
+ again fail on select/poll errors different than EINTR.
+
Daniel Fandrich (5 Mar 2008)
- Fixed the test harness so it will write out zero-length data files.