[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>
Fri, 18 Jan 2008 10:16:32 +0000 (11:16 +0100)
commit8b3977ffe36190e45fb974bf813bfbd935ac99a1
treecae9328d964801a10f6206002b0eb2ec60a7f85f
parentced27013b63a95a70779c38d16c7902018074b77
[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