]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: spoe: Properly switch SPOE filter to WAITING_ACK state
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 Mar 2026 06:46:30 +0000 (07:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Mar 2026 06:47:52 +0000 (07:47 +0100)
commitd10fc3d265f6c2ae1742754a90c24d05d317686e
tree462f6614680ca6d15521acf056f15d7f15d962d0
parent00bea05a14cb5cb05a418c89411f7e49d836caab
BUG/MINOR: spoe: Properly switch SPOE filter to WAITING_ACK state

When the SPOE applet is created, the SPOE filter is set in SENDING_MSGS
state. When the applet has transferred data, it should switch the filter to
WAITING_ACK state. Concretly, there is no bug. At best, it could save some
useless applet wakeups.

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