mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-03 14:11:05 +01:00
The new "wait_end" acl delays evaluation of the rule (and the next ones) to the end of the analysis period. This is intented to be used with TCP content analysis. A rule referencing such an ACL will not match until the delay is over. An equivalent default ACL "WAIT_END" has been created.