diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-11 10:23:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-11 10:23:59 +0000 |
commit | 11defd180c283ec0cbd486250db82e20886666a1 (patch) | |
tree | dd6f3ee1868fac166123134ee19892d33e2480dd /CHANGES | |
parent | c82c1691ee6b4351a049c4235ccced07db56c6bc (diff) |
mention the select() error fix as well
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -34,6 +34,14 @@ Daniel (11 May 2005) Updated a large amount of test cases to reflect the news. +Daniel (10 May 2005) +- Half-baked attempt to bail out if select() returns _only_ errorfds when the + transfer is in progress. An attempt to fix Allan's problem. See + http://curl.haxx.se/mail/lib-2005-05/0073.html and the rest of that thread + for details. + + I'm still not sure this is the right fix, but... + Version 7.14.0-pre1 (9 May 2005) Daniel (2 May 2005) |