libuv/src
Ben Noordhuis c9c9d805da 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 07:07:20 -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 07:07:20 -07:00
win Add UV_ENOSPC and mappings to it 2012-03-16 02:31:12 +01:00
uv-common.c Use RB_GENERATE_STATIC, not RB_GENERATE_INTERNAL. 2012-03-16 02:35:05 +01:00
uv-common.h unix, win: store ares handles in a binary tree 2012-03-16 00:49:29 +01:00