libuv/src
Ben Noordhuis 8409a6765b unix: ignore ECONNABORTED errors from accept()
ECONNABORTED means that the connection was torn down by the peer before the
TCP handshake completed. Ignore it, there's nothing we can do and it simplifies
error handling for libuv users.
2012-03-21 15:42:29 -07:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix unix: ignore ECONNABORTED errors from accept() 2012-03-21 15:42:29 -07:00
win Windows: fix compiler warnings 2012-03-16 02:38:37 +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