]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: add support for conditional request filter execution
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 19:35:13 +0000 (20:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 19:35:13 +0000 (20:35 +0100)
commit5321c427225732802c6b25a37e6bc10be5b9dce8
treed9060164cb8c080041c89177e0b23e8b7211320a
parent6c123b15cba5096ecf77b20cd111b3f658cef9ce
[MEDIUM] http: add support for conditional request filter execution

All the req* rules except the reqadd rules can now be specified with
an if/unless condition. If a condition is specified and does not match,
the filter is ignored. This is particularly useful with reqidel, reqirep
and reqtarpit.
doc/configuration.txt
src/cfgparse.c