]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: http_act: Make set/add-headers-bin compatible with ACL conditions
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 09:17:47 +0000 (11:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:37 +0000 (16:34 +0200)
commite4b8531d5a1b60494ef54a71d333c091550f5115
tree51ecfd58a66bb6676615c92ea520e292fde0bab2
parent6a862009be9bedb6db5ea351485d63c8ff62b1bc
BUG/MINOR: http_act: Make set/add-headers-bin compatible with ACL conditions

An error is erroneously triggered if a if/unless statement is found after
set-headers-bin and add-headers-bin actions. To make it works, during
parsing of these actions, we should leave when an unknown argument is found
to let the rule parser the opportunity to parse an if/unless statement.

No backport needed.
src/http_act.c