]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: spoe: Properly abort processing on client abort
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 Mar 2026 06:59:24 +0000 (07:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Mar 2026 06:48:01 +0000 (07:48 +0100)
commitb3be3b94a0898cec419261280e6241e6fee7e24f
tree4c0193eea287bd8ebb02b7d1aeb522ff50537579
parentd10fc3d265f6c2ae1742754a90c24d05d317686e
BUG/MEDIUM: spoe: Properly abort processing on client abort

Client abort when abortonclose is configured was ignored when messges were
sent on event while it works properly when messages are sent via an
"send-spoe-group" action.

To fix the issue, when the SPOE filter is waiting for the SPOE applet
response, it must check if a client abort was reported and if so, must
interrupt its processing.

This patch should be backported as far as 3.1.
src/flt_spoe.c