commit | 24d15b18919085927816e55fac4809038cda0f12 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 16 17:17:16 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 3d6e86aad78822ab075043b9a9f41db0113ced6e | |
parent | 5fec7a1f986f4ec600042c76ae8566d59d4ec5bc [diff] |
CLEANUP: conn_stream: rename the cs_endpoint's context to "conn" This one is exclusively used by the connection, regardless its generic name "ctx" is rather confusing. Let's make it a struct connection* and call it "conn". This way there's no doubt about what it is and there's no way it will be used by accident by being taken for something else.