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

In the applet, function arguments and local variables called "cs"
were renamed to "sc" to avoid future confusion.
src/http_client.c