]> 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 23:29:12 +0000 (00:29 +0100)
commitbfd99b8173df5ded6c6f5a484396fa20997e25c9
treee6169fdba3af48a5009862c7260d139a58fb2ec9
parent461157af1ccb03c23d806b9786751490bd4a6321
[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