mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 12:36:49 +02:00
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.