]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 08:09:11 +0000 (10:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit3215e731b6476144cebc7bf5a7936c854a955fc9
tree357d61da3b709b2b7107591859be802f8c0f3cb3
parent0adb281fb0570a82afdecbe33f6a0bbdf6624130
CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc"

Function arguments and local variables called "cs" were renamed to "sc"
to avoid future confusion. The "nb_cs" stream-connector counter was
renamed to "nb_sc" and qc_attach_cs() was renamed to qc_attach_sc().
include/haproxy/h3.h
include/haproxy/mux_quic-t.h
include/haproxy/mux_quic.h
src/h3.c
src/hq_interop.c
src/mux_quic.c