commit | 7cb9e6c6ba5fd264e43cc963a72594809e8af38f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 17 19:40:40 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 6cf567f70db70a4f948c7bf2e8a1d8cdb0cf6bc7 | |
parent | c105492bf5b84b8b55a5c03fdce70fdd85d456bd [diff] [blame] |
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" These are the stream connectors, let's give them consistent names. The patch is large (405 locations) but totally trivial.
diff --git a/src/ssl_sock.c b/src/ssl_sock.c index 1c614d2..6578e91 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c
@@ -7885,7 +7885,7 @@ struct stconn *cs; conn = objt_conn(sess->origin); - cs = s->csf; + cs = s->scf; if (conn && cs) { if (conn->flags & (CO_FL_EARLY_SSL_HS | CO_FL_SSL_WAIT_HS)) {