]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] session-counters: add the ability to clear the counters
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Aug 2011 23:45:16 +0000 (01:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Aug 2011 23:45:16 +0000 (01:45 +0200)
commitf73cd1198f21d65e8c65dd9df67feacdcd980594
tree816abc29a104e9c6c2ac577b8e5201ce1136878d
parent927cdddf9cc1967f9b91b75e8783eb148df34297
[MINOR] session-counters: add the ability to clear the counters

Sometimes it can be useful to reset a counter : one condition increments
it and another one resets it. It can be used to better detect abuses.
doc/configuration.txt
src/session.c