]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: applet: Fix test on shut flags for legacy applets master
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 30 Jan 2026 08:51:00 +0000 (09:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 30 Jan 2026 08:55:18 +0000 (09:55 +0100)
commitabc1947e1901ca6655611e1e18f55a3b94a1feff
treef79176bdc2d53895a2d6d7a51bf3971aa75f49a9
parent02e6375017fd45044446cd3fa4f7c0452c322a9e
BUG/MEDIUM: applet: Fix test on shut flags for legacy applets

A regression was introduced in the commit 0ea601127 ("BUG/MAJOR: applet: Don't
call I/O handler if the applet was shut"). The test on shut flags for legacy
applets is inverted.

It should be harmeless on 3.4 and 3.3 because all applets were converted. But
this fix is mandatory for 3.2 and older.

The patch must be backported as far as 3.0 with the commit above.
src/applet.c