]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_*
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 15:04:55 +0000 (17:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitb605c4213fa69bc1a8bb76ece886d30c5b529c0e
treee1e952432461f164ef931447f9223c2c322430c3
parentd56377c5eb780761afdfac2284487ffb3cc49d61
CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to  SE_FL_*

Let's now use the new flag names for the stream endpoint.
25 files changed:
addons/promex/service-prometheus.c
dev/flags/flags.c
include/haproxy/applet.h
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
include/haproxy/mux_quic.h
src/applet.c
src/backend.c
src/cache.c
src/check.c
src/cli.c
src/conn_stream.c
src/hlua.c
src/http_ana.c
src/http_client.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/tcpcheck.c