]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: flt-spoe: Set/test applet flags instead of SE flags from I/O handler
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Feb 2025 09:42:19 +0000 (10:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 10:19:32 +0000 (11:19 +0100)
commitdb504fbdbee0afde435910510507212a5a751cba
tree28dba09fa646f4cf392aee4d5670a258cf8015fa
parent54a09dfe0f285343d89e52f56cc7372c1b40faf0
BUG/MEDIUM: flt-spoe: Set/test applet flags instead of SE flags from I/O handler

The SPOE applet is using the new applet API. Thus end of input, end of
stream and errors must be reported using the applet flags, not the SE
flags. This was not the case. So let's fix it.

It seems this bug is harmless for now.

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