CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 17:38:21 +0000 (19:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit89a7c41e242fb7371c4a4d3a0d5d3682eadf3825
tree62decee7adbf3b1d8ad1cdcb4b12deb662a016bd
parentb128f49d890b391de0c936d36f046b9d7bcd2815
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.
src/http_client.c