]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] acl: add REQ_CONTENT to the list of default acls
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jul 2008 07:29:50 +0000 (09:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jul 2008 07:29:50 +0000 (09:29 +0200)
commitc6317703cea85223e48546493cd3098af562d164
treed2a67c842ac76c3763042585cfce52004f01c5c1
parent62644770cff8f1d8bd8b7482d842033771694465
[MINOR] acl: add REQ_CONTENT to the list of default acls

With content inspection, checking the presence of data in the
request buffer is very important. It's getting boring to always
add such an ACL, so let's add it by default.
doc/configuration.txt
src/acl.c