commit | 89a7c41e242fb7371c4a4d3a0d5d3682eadf3825 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 05 19:38:21 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | 62decee7adbf3b1d8ad1cdcb4b12deb662a016bd | |
parent | b128f49d890b391de0c936d36f046b9d7bcd2815 [diff] |
CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli The httpclient's CLI uses ctx.cli.i0 for its flags and .p0 for the client instance. Let's have a locally defined structure for this so that we don't need the generic cli variables anymore.