CLEANUP: httpclient: do not use the appctx.ctx anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 18:12:01 +0000 (20:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit1eea6657fbc1f9c4cc75b6f1ceaa9e60be6b5260
treef928305297573ddfcb30f6ceac18dc46db5cab06
parent89a7c41e242fb7371c4a4d3a0d5d3682eadf3825
CLEANUP: httpclient: do not use the appctx.ctx anymore

The httpclient already uses its own pointer and only used to store this
single pointer into the appctx.ctx field. Let's just move it to the
svcctx and remove this entry from the appctx union.
include/haproxy/applet-t.h
src/http_client.c