]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Save last evaluated rule on invalid yield
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Oct 2024 17:15:20 +0000 (18:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Oct 2024 08:30:52 +0000 (09:30 +0100)
commit0b7605491e4ccb66a0468c219306adf354355e0d
treed9cb66763a9250bbd0256ed268cad7771a32afa6
parent65ea29dcf85c6553e6dd0613a9c6c506fe22b9ac
MINOR: stream: Save last evaluated rule on invalid yield

When an action yields while it is not allowed, an internal error is
reported. This interrupts the processing. So info about the last evaluated
rule must be filled.

This patch may be bakcported if needed. If so, the commit ("MINOR: stream:
Save last evaluated rule on invalid yield") must be backported first.
src/http_ana.c
src/tcp_rules.c