]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add a tag for amount of bytes uploaded from client to server
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Dec 2012 14:38:04 +0000 (15:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Dec 2012 14:38:04 +0000 (15:38 +0100)
commitc5259fdc57821877164a2d240ff884368b8bb972
tree068d0482301c33d71776390cef7f728f9def60ef
parent05ed29cf6ef1eb6268c95c5d38af849c487eeedd
MINOR: log: add a tag for amount of bytes uploaded from client to server

For POST, PUT, CONNECT or tunnelled connections, it's annoying not to have
the amount of uploaded bytes in the logs. %U now reports this value.
doc/configuration.txt
include/types/log.h
src/log.c