commit | 3d2ee55ebd0d3fc1bfab11735f41206d8f023ab0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 19 14:12:10 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 14:13:07 2018 +0100 |
tree | 71a4db546f48a0553a3b7aa5c7964b163b979789 | |
parent | 4f6516d677a6a454106e8313f8a8253e805924c4 [diff] |
CLEANUP: connection: rename conn->mux_ctx to conn->ctx We most often store the mux context there but it can also be something else while setting up the connection. Better call it "ctx" and know that it's the owner's context than misleadingly call it mux_ctx and get caught doing suspicious tricks.