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

In the TCP and HTTP applets, function arguments and local variables
called "cs" were renamed to "sc" to avoid future confusion.
src/hlua.c