CLEANUP: stream: rename all occurrences of stconn "cs" to "sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 08:13:37 +0000 (10:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitb49672d21f779d9bdf548a13bb544e4f88d7b3ad
treec362f56b9a8cb258fb4d89f7866ae9d9b8fd834c
parent3215e731b6476144cebc7bf5a7936c854a955fc9
CLEANUP: stream: rename all occurrences of stconn "cs" to "sc"

Function arguments and local variables called "cs" were renamed to "sc"
to avoid future confusion. The HTTP analyser and the backend functions
were all updated after being reviewed. Function stream_update_both_cs()
was renamed to stream_update_both_sc()
include/haproxy/http_ana.h
include/haproxy/stream-t.h
include/haproxy/stream.h
src/backend.c
src/http_ana.c
src/stream.c