haproxy/include
Willy Tarreau 8f7406e9b4 MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag
This flag was used to force a boolean match even if there was no pattern
to match. It was used only by http_auth() and designed only for this one.
It's easier and cleaner to make the fetch function perform the test and
report the boolean result as a few other functions already do. It simplifies
the acl_exec_cond() logic and will help merging ACLs and patterns.
2012-05-08 20:57:13 +02:00
..
common MINOR: standard: add a memprintf() function to build formatted error messages 2012-04-30 11:55:35 +02:00
import
proto MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag 2012-05-08 20:57:13 +02:00
types MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag 2012-05-08 20:57:13 +02:00