When a low-level socket operation fails, the stack trace will only contain SOCKET_ERROR, RECV_ERROR or SEND_ERROR. Instead, the server should print out (at least) the errno from the underlying error, and ideally the error text corresponding to the errno.
- related to
-
SERVER-9041 proactively detect broken connections detected by the network
- Closed