MEDIUM: http-ana: Eval HTTP rules defined in defaults sections
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Oct 2021 13:35:55 +0000 (15:35 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Oct 2021 12:12:19 +0000 (14:12 +0200)
commitd4150ad8694f5fc4114a527b055eef729f261541
tree05afc5cb95e9ee90281cdc4e59e9d053415b919f
parentc8016d0f581f0daeaf7d6a35ad2b7cf6330aeb8f
MEDIUM: http-ana: Eval HTTP rules defined in defaults sections

As for TCP rules, HTTP rules from defaults section are now evaluated. These
rules are evaluated before those of the proxy. The same default ruleset
cannot be attached to the frontend and the backend. However, at this stage,
we take care to not execute twice the same ruleset. So, in theory, a
frontend and a backend could use the same defaults section. In this case,
the default ruleset is executed before all others and only once.
src/http_ana.c