]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: counters: add fetch/acl sc*_tracked to indicate whether a counter is tracked
authorWilly Tarreau <w@1wt.eu>
Mon, 3 Jun 2013 13:15:22 +0000 (15:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Jun 2013 08:30:09 +0000 (10:30 +0200)
commit6f1615f59697375c61978c88de81cc31097ccb33
treeae147076e4cb3fe7ce7e74406d681cfe7912033d
parent379357af5842e1cfa176b06165268d6c48f34631
MINOR: counters: add fetch/acl sc*_tracked to indicate whether a counter is tracked

Sometimes we'd like to know if a counter is being tracked before adding a header to
an outgoing request. These ones do that.
doc/configuration.txt
src/session.c