libuv/src
Bert Belder 5d21056277 Windows: make sure that shutdown_cb is always called
This patch changes how uv-win uses the UV_SHUTTING and UV_SHUT flags.
UV_SHUT is now only used for tcp handles to track whether shutdown() has
actually been called. UV_SHUTTING has the more generic meaning of
"no longer readable". It would be good to replace it by an actual
UV_READABLE flag in the future.

This makes the shutdown_close_tcp and shutdown_close_pipe tests pass on
windows.
2012-03-09 16:31:16 +01:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix Map EBUSY and ENOTEMPTY errors 2012-03-07 21:26:37 +01:00
win Windows: make sure that shutdown_cb is always called 2012-03-09 16:31:16 +01:00
uv-common.c Shared uv_strerror 2011-11-09 18:06:49 -08:00
uv-common.h Add uv__new_artificial_error() 2011-11-08 15:11:16 -08:00