]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Mar 2022 09:05:05 +0000 (11:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit0797656ead86aa636c94cc4041cafd1b78640933
treed7c8570c2a76c20c240447efcbc5d6682801419e
parente39a4dfdf04d1327c46a27a1031c023e6bd92df9
MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope

These flags only concerns the connection part. In addition, it is required
for a next commit, to avoid circular deps. Thus CS_SHR_* and CS_SHW_* were
renamed with the "CO_" prefix.
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/connection-t.h
include/haproxy/stream-t.h
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/stream_interface.c