MINOR: stconn/channel: Move CF_EOI into the SC and rename it
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Mar 2023 13:53:11 +0000 (14:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:06 +0000 (08:57 +0200)
commit904763f5622e6b49a6ca44a4ab0b6c88fb535b04
tree40305930f1e764b6b8527cc7723252dd17069791
parentbe08df8fb361ec54759c988966d38ded652f22e7
MINOR: stconn/channel: Move CF_EOI into the SC and rename it

The channel flag CF_EOI is renamed to SC_FL_EOI and moved into the
stream-connector.
include/haproxy/channel-t.h
include/haproxy/sc_strm.h
include/haproxy/stconn-t.h
src/backend.c
src/flt_bwlim.c
src/hlua.c
src/http_ana.c
src/http_fetch.c
src/stconn.c
src/tcp_rules.c