]> git.kaiwu.me - haproxy.git/commit
[BUG] log response byte count, not request
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Jan 2008 10:16:32 +0000 (11:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 22:55:54 +0000 (23:55 +0100)
commit77288d1dc2ef76460c025e4987b9300d48ba17ed
treed696e4a0b8caa8f13f8d3bed40d5ea74b51f6f38
parent8f2dfdfb433357a90080ea094998467ad126f1cd
[BUG] log response byte count, not request

Due to a shameless copy-paste typo, the number of bytes logged was
from the request and not the response. This bug has been present
for a long time.
src/log.c
src/proto_http.c