The source project of this merge request has been removed.
Handle ECONNABORTED from recv
recv()
can return ECONNABORTED due to a time-out on the socket. Drop the socket if we see this code as it's no longer useable in this state.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
recv()
can return ECONNABORTED due to a time-out on the socket. Drop the socket if we see this code as it's no longer useable in this state.