]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: spoe: Don't report error on applet release if filter is in DONE state
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 13 May 2025 15:45:18 +0000 (17:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 13 May 2025 17:51:40 +0000 (19:51 +0200)
commit1cd30c998bce72166855d6b83a8e6865c33095a1
tree54e454e0fb35be86a06b25ef9ecbdaa12532b638
parentdcce02d6ed489a84142e7910ed2e0814ac5ca89c
BUG/MINOR: spoe: Don't report error on applet release if filter is in DONE state

When the SPOE applet was released, if a SPOE filter context was still
attached to it, an error was reported to the filter. However, there is no
reason to report an error if the ACK message was already received. Because
of this bug, if the ACK message is received and the SPOE connection is
immediately closed, this prevents the ACK message to be processed.

This patch should be backported to 3.1.
src/flt_spoe.c