]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Remove uselelss test on SE_FL_SHR/SHW flags
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 06:56:50 +0000 (07:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 13:22:36 +0000 (14:22 +0100)
commitdcd917d972b79bedd59835418b26b7ec9e3e0207
treec4fbf80b84276555813d3b5ae4d33d723b4fcf67
parent5df45cff8fb0468d8d6a54bc1a7579443af2717e
MINOR: applet: Remove uselelss test on SE_FL_SHR/SHW flags

These both flags are set after releasing the applet, in
appctx_shut(). Concretly, it means the applet is shutdown for reads and
writes. Once set, the applet's I/O handler was no longer called. Tests on
these flags are useless. There is no chance to match them.
src/cache.c
src/cli.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/log.c
src/peers.c
src/sink.c
src/stats.c