Mailing List Archive

[Bug 8996] New: - Incorrect bytes sent logged for aborted connection
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8996>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8996

Incorrect bytes sent logged for aborted connection

Summary: Incorrect bytes sent logged for aborted connection
Product: Apache httpd-2.0
Version: 2.0.36
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Major
Priority: Other
Component: mod_log_config
AssignedTo: bugs@httpd.apache.org
ReportedBy: jake@rogers.com


For all aborted connection, in the log file (using any format %b or %B) the
value of "bytes sent" has the value of the full request (without the HTTP
headers) instead of the value of transferred bytes (for ex if I request a .jpg
file that have 9Mb bytes length and abort the connection after 1Kb in the log
file I see that I have transferred 9Mb not 1Kb!).
I have tested this also with Apache 1.3 and on that version all is ok, in the
log I have 1Kb not 9Mb.

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