swebb2066 commented on PR #587: URL: https://github.com/apache/logging-log4cxx/pull/587#issuecomment-3808735596
> Once full, the write() call blocks indefinitely because there was no timeout configured. I do not believe this statement is true as the socket created in `APRServerSocket::accept()` is set to be non-blocking by the following line: `status = apr_socket_opt_set(newSocket, APR_SO_NONBLOCK, 0);` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
