You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/02/02 11:49:34 UTC

DO NOT REPLY [Bug 52578] Wrong "bytes sent" logged when connection is closed prematurely

https://issues.apache.org/bugzilla/show_bug.cgi?id=52578

Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Nick Kew <ni...@webthing.com> 2012-02-02 10:49:34 UTC ---
You're asking for something non-meaningful.

At the network or connection level (%O) you can't distinguish between metadata
(like the HTTP headers, and chunking information) and payload unless you
re-parse the entire response - which would be a huge overhead.

At the request level (%[Bb]), if a request is aborted you can know how much
data has been encoded for the connection level, but not how much of that has
been sent down the wire.  The latter may also be affected by such things as SSL
encryption.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org