commit | 1eea6657fbc1f9c4cc75b6f1ceaa9e60be6b5260 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 05 20:12:01 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | f928305297573ddfcb30f6ceac18dc46db5cab06 | |
parent | 89a7c41e242fb7371c4a4d3a0d5d3682eadf3825 [diff] |
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.