]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Apr 2023 08:05:27 +0000 (10:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:06 +0000 (08:57 +0200)
commit7faac7cf347656e8ff74296cda45c3a1542c88b2
treecc790f127ef1f2b63270e685b86dc08a1a992adc
parent87633c3a11237929f6314a56bce80e489fa85aaa
MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly

At many places, we simplify the tests on SHUT flags to remove calls to
chn_prod() or chn_cons() function because the corresponding SC is available.
15 files changed:
include/haproxy/sc_strm.h
src/activity.c
src/applet.c
src/cli.c
src/debug.c
src/map.c
src/mworker.c
src/proxy.c
src/quic_conn.c
src/ring.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/stconn.c
src/stick_table.c
src/stream.c