
devlists at hanik
Feb 26, 2007, 12:06 PM
Views: 1897
Permalink
|
|
Small patch to ab apr_socket_recv error handling
|
|
I've created a small patch that lets ab continue even if it encounters an error on apr_socket_recv quite commonly, when servers are overloaded they disconnect the socket, ab receives a 104 (connection reset by peer) and the ab test exits. This patch logs the error, both counters correctly, cleans up the connection and continues. thoughts? Filip
|