commit | b1e0836ecf484a2f65a2165f1ce5b673462ae467 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 12 15:33:14 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:22 2022 +0200 |
tree | aa2ffa387b4a6427aea1a09f94e36158535b555d | |
parent | 5f35a3e2ec503b6100c4276bcf9734a2fd42345f [diff] |
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.