commit | c2862742abc76440657190a02a1e92be1e2c01f1 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Sun Nov 13 09:24:06 2005 +0000 |
committer | Daniel Stenberg <daniel@haxx.se> | Sun Nov 13 09:24:06 2005 +0000 |
tree | d0d4d4f1758e92b242ec90154474665c5c32e1a4 | |
parent | 8a712eb5afb603465dfe812510dd7077bf626d17 [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.