mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-11 15:41:20 +02: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.