uv_os_fd_t is HANDLE on Windows, but closesocket needs a SOCKET. PR-URL: https://github.com/libuv/libuv/pull/534 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
The test exhibits that write failures are deferred to the callback. Refs: https://github.com/libuv/libuv/issues/339 PR_URL: https://github.com/libuv/libuv/pull/344