CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_*
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 17:47:17 +0000 (19:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit026e8fb290c34eba20c5d283a61d664cf678785b
treefa95dd9c27ab646eaa7f857f7228648560bbef19
parentcb0416652531b4f9ad4b74110f0d1329fefcecfd
CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_*

This also follows the natural naming. There are roughly 238 changes, all
totally trivial. conn_stream-t.h has become completely void of any
"conn_stream" related stuff now (except its name).
16 files changed:
addons/promex/service-prometheus.c
include/haproxy/channel.h
include/haproxy/conn_stream-t.h
include/haproxy/cs_utils.h
include/haproxy/stream.h
src/backend.c
src/cache.c
src/cli.c
src/conn_stream.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_ana.c
src/sink.c
src/stats.c
src/stream.c