]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream: Move some CS flags to the endpoint
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Mar 2022 17:13:29 +0000 (18:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commite9e482028897ce23ea1173ae3122b36afe8ad915
tree501cdfe99133b4b9e48d74d5bb4d6b0593ee37e6
parentdb90f2aa9f6846e3c189c316504f3d2b55d9ac10
MINOR: conn-stream: Move some CS flags to the endpoint

Some CS flags, only related to the endpoint, are moved into the endpoint
struct. More will probably moved later. Those ones are not critical. So it
is pretty safe to move them now and this will ease next changes.
13 files changed:
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
src/backend.c
src/h3.c
src/http_ana.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/ssl_sock.c
src/stream.c
src/stream_interface.c