CLEANUP: mux-h1/mux-pt: Remove useless test on SE_FL_SHR/SE_FL_SHW flags
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Mar 2023 07:34:25 +0000 (09:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit88dd0b0d134af2bfdd1efd83f91233c9c87cf70f
tree75eeb0ad278bbb52dea63bbffea2fd02e588af52
parent147e18f9d8bd14679cb7f459eea0263c2c1544e6
CLEANUP: mux-h1/mux-pt: Remove useless test on SE_FL_SHR/SE_FL_SHW flags

It is already performed by the called, sc_conn_shutr() and
sc_conn_shutw(). So there is no reason to still test these flags in the PT
and H1 muxes.
src/mux_h1.c
src/mux_pt.c