commit | 69ebc3093a4b99f10dee95c0e5f44ecedb9bbf5c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 12 15:28:51 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:22 2022 +0200 |
tree | fe34e2548afd27c91865a2844f7773505d1ddaf9 | |
parent | 9223851a80f119730248a054d8af46305292dba5 [diff] |
MEDIUM: spoe: Refactor SPOE appctx creation A .init callback function is defined for the spoe_applet applet. This function finishes the spoe_appctx initialization. It also finishes the appctx startup by calling appctx_finalize_startup() and its handles the stream customization.