commit | 4aa1d2838ca8c58eba0b870e2f586896a544051b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 13 16:01:35 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:13 2022 +0200 |
tree | aa6fe51d91b2caf2f13f666b9abde84ec1924ddb | |
parent | 91449b0351d54345420d2fbffb0af0a641417473 [diff] |
MINOR: applet: Make .init callback more generic For now there is no much change. Only the appctx is passed as argument when the .init callback function is called. And it is not possible to yield at this stage. It is not a problem because the feature is not used. Only the lua defines this callback function for the lua TCP/HTTP services. The idea is to be able to use it for all applets to initialize the appctx context.