On Mon, May 3, 2010 at 2:16 PM, Dan Poirier <[email protected]> wrote: > I was looking at > > https://issues.apache.org/bugzilla/show_bug.cgi?id=48301 > > which asks for a way to distinguish in the log whether a connection was > aborted by the web server or the other end. To do that, we'd need to > note the cause of the abort in the connection structure.
Help me understand what server-aborted connection means, at least for connections that the web server is aware of. I guess it is a server-aborted connection when the server closes before the client during lingering close. If the server encounters an I/O error writing to the client it is assumed to be client-aborted, but the client may not see it that way.
