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