]> granicus.if.org Git - apache/commit
Account for some bytes handed to the network layer prior to
authorJeff Trawick <trawick@apache.org>
Fri, 21 Nov 2003 15:02:04 +0000 (15:02 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Nov 2003 15:02:04 +0000 (15:02 +0000)
commitffd07ca67ceae72ab27ab2a65e73122b8c20e1c9
tree39a5823fed091e394c791321eaabe92620760990
parent68ae3ab862d79632b6d63fa66f49b4233938b112
Account for some bytes handed to the network layer prior to
dropped connections.

Such bytes were counted on some paths but not on others.  If
these bytes are to be counted in some error paths, they should
be counted in the others.  We don't know if they were actually
presented to the client.

AFAIK, this only affects mod_logio.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101832 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/core.c