]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: applet: State appctx have more data if its EOI/EOS/ERROR flag is set
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Feb 2024 16:27:08 +0000 (17:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:28:21 +0000 (17:28 +0100)
commitb8ca114031253a51975dbd940d3de46f4c3b710a
treef71cca7c3ac29c260ba510091a638744fb4ecd7c
parentd2403a412c21a624bbae12cffcd2de3ef722ba27
BUG/MEDIUM: applet: State appctx have more data if its EOI/EOS/ERROR flag is set

It is an harmless bug for now because only stats and cache applets are using
their own buffers and it is not possible to trigger this bug with these
applets. However, it remains important to try a receive if EOI, EOS or ERROR
is reached by the applet while no data was produced. Otherwise, it is not
possible to ack these events at the SE level.

No backport needed.
src/applet.c