Use server socket to log TCP accept failures
The accept_connection() could detach from the child socket on a failure, so we need to keep and use the server socket for logging the accept failures.
Closes #4018 (closed)
Edited by Ondřej Surý
The accept_connection() could detach from the child socket on a failure, so we need to keep and use the server socket for logging the accept failures.
Closes #4018 (closed)