]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sink: Remove useless test on SE_FL_SHR/SHW flags
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 23 Jul 2024 17:02:29 +0000 (19:02 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 24 Jul 2024 15:58:35 +0000 (17:58 +0200)
commitf2848e6146faa0794a9878610602d03608af07df
tree7856b0be894a6376b31e3135de612138d7da788f
parent901a66b3fc519537071784525cf54d9049098817
MINOR: sink: Remove useless test on SE_FL_SHR/SHW flags

Re-apply dcd917d972 ("MINOR: applet: Remove uselelss test on SE_FL_SHR/SHW
flags") for sink_forward_oc_io_handler() function as it was probably
overlooked given that sink_forward_oc_io_handler() and
sink_forward_io_handler() follow the same logic.
src/sink.c