aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-13 09:24:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-13 09:24:06 +0000
commitc2862742abc76440657190a02a1e92be1e2c01f1 (patch)
treed0d4d4f1758e92b242ec90154474665c5c32e1a4 /RELEASE-NOTES
parent8a712eb5afb603465dfe812510dd7077bf626d17 (diff)
Thanks to this nice summary of poll() implementations:
http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote connection closure so we check for that case (too) and re-enable poll for cygwin builds.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index bc2037a0a..0bfb637ac 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,7 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
- o don't use poll() on cygwin, it is defective
+ o fixed libcurl's use of poll() on cygwin
o the GnuTLS code didn't support client certificates
o TFTP over IPv6 works
o no reverse lookups on IP addresses when ipv6-enabled