]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: flt-spoe: Report end of input immediately after applet init
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Feb 2025 09:46:28 +0000 (10:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 10:19:32 +0000 (11:19 +0100)
commitf7e571859629b40defb37ce3d4331a571ba619ec
treee18502ca2b4f00717c1bcdf37f767a59e2c41205
parent38aac2c7bcfcce040eabd5e6df9b5c2f783a821a
MINOR: flt-spoe: Report end of input immediately after applet init

The SPOE applet forwards the message that must be sent to agent during its
init stage. So just after it is created. When it is performed, the end of
input must be reported because no more data will be forwarded. However, it
was performed after receiving the ACK response. It is harmless, but there is
no reason to delay the EOI. It is now fixed.

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