Searched refs:ECONNABORTED (Results 1 – 3 of 3) sorted by relevance
53 # undef ECONNABORTED95 #define ECONNABORTED WSAECONNABORTED macro
306 #elif defined(ECONNABORTED)307 #define PHP_SOCKET_ECONNABORTED ECONNABORTED
1412 if (req->fd < 0 && (in_shutdown || (errno != EINTR && errno != ECONNABORTED))) {
Completed in 10 milliseconds