BUG/MINOR: http-ana: Report internal error if an action yields on a final eval
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Oct 2024 17:09:51 +0000 (18:09 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Nov 2024 14:48:34 +0000 (15:48 +0100)
commit14abd1881d441244d39ccb6c39d1393f2544314f
tree56c24293bcd72b58982aa7a6509aafa94cb871d1
parent127462ca1c54157d7668f6a57cbd6d5af0af8760
BUG/MINOR: http-ana: Report internal error if an action yields on a final eval

This was already performed for tcp actions at content level, but not for
HTTP actions. It is always a bug, so it must be reported accordingly.

This patch may be backported to all stable versions.

(cherry picked from commit 65ea29dcf85c6553e6dd0613a9c6c506fe22b9ac)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/http_ana.c