]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] acl: permit fetch() functions to set the result themselves
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jul 2008 08:13:37 +0000 (10:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jul 2008 08:17:20 +0000 (10:17 +0200)
commita79534fce11d94c94fb3aa186f0038fc7fc410bf
treeb0c73a07e7da29f36f13a9fd078f665cdf97cfbd
parentc6317703cea85223e48546493cd3098af562d164
[MEDIUM] acl: permit fetch() functions to set the result themselves

For protocol analysis, it's not always convenient to have to run through
a fetch then a match against dummy values. It's easier to let the fetch()
function set the result itself. This obviously works only for boolean
values.
include/types/acl.h
src/acl.c