]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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>
Thu, 31 Oct 2024 08:30:52 +0000 (09:30 +0100)
commit65ea29dcf85c6553e6dd0613a9c6c506fe22b9ac
tree421c6c7b47bd25ea525adb1679cffba166ebe089
parent3c09b34325a073e2c110e046f9705b2fddfa91c5
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.
src/http_ana.c