]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] Collect & provide http response codes for frontends, fix backends
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Sat, 24 Oct 2009 13:36:15 +0000 (15:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Oct 2009 20:56:47 +0000 (21:56 +0100)
commitde71d16ec095ebfc36bd08fa3ab1cee357fc6fa9
tree99e25bbf4e651bbef0d3525d9ce87a2241208d3a
parent1f67285541d1c8c9b09b6cf88e7fee5ad5258032
[MINOR] Collect & provide http response codes for frontends, fix backends

This patch extends and corrects the functionality introduced by
"Collect & provide http response codes received from servers":
 - responses are now also accounted for frontends
 - backend's and frontend's counters are incremented based
   on responses sent to client, not received from servers
src/dumpstats.c
src/proto_http.c
src/session.c