commit | 3215e731b6476144cebc7bf5a7936c854a955fc9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 27 10:09:11 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | 357d61da3b709b2b7107591859be802f8c0f3cb3 | |
parent | 0adb281fb0570a82afdecbe33f6a0bbdf6624130 [diff] |
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().