]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: httpclient: Refactor http-client appctx creation
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 May 2022 13:33:14 +0000 (15:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:22 +0000 (16:13 +0200)
commitb1e0836ecf484a2f65a2165f1ce5b673462ae467
treeaa2ffa387b4a6427aea1a09f94e36158535b555d
parent5f35a3e2ec503b6100c4276bcf9734a2fd42345f
MEDIUM: httpclient: Refactor http-client appctx creation

A .init callback function is defined for the httpclient_applet applet. This
function finishes the appctx startup by calling appctx_finalize_startup()
and its handles the stream customization.
src/http_client.c