]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: rename all occurrences of stconn "cs" to "sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 08:39:17 +0000 (10:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit000d63cfd85a4f148cdff4bb561a1356cad84365
treee5c289b5c4bb5a0da0854ef29dedda11648c47ca
parentc92a6ca47692b8bd98aa5ae2b1db0681316ab771
CLEANUP: mux-h1: rename all occurrences of stconn "cs" to "sc"

Function arguments and local variables called "cs" were renamed to
"sc" to avoid future confusion. There were also 2 places in traces
where "cs" used to display the stconn, which were turned to "sc".
h1s_upgrade_cs() and h1s_new_cs() were both renamed to _cs.
src/mux_h1.c