Skip to content

Handle ECONNABORTED from recv

Rich requested to merge (removed):handle-econnaborted into master

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.

Merge request reports