Thanks to this nice summary of poll() implementations:
authorDaniel Stenberg <daniel@haxx.se>
Sun, 13 Nov 2005 09:24:06 +0000 (09:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 13 Nov 2005 09:24:06 +0000 (09:24 +0000)
commitc2862742abc76440657190a02a1e92be1e2c01f1
treed0d4d4f1758e92b242ec90154474665c5c32e1a4
parent8a712eb5afb603465dfe812510dd7077bf626d17
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.
CHANGES
RELEASE-NOTES
configure.ac
lib/select.c