commit | ac57bb527af05c0eb5b71b0f10ba8b4a4eedd2fd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 09 08:08:26 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:21 2022 +0200 |
tree | 32ebd6242d32c371774cc1e5766d4d24a601d3a2 | |
parent | ef5e1bb4cfaea8cb3c0c844f821f273bb10bf18d [diff] |
MINOR: applet: Prepare appctx to own the session on frontend side Applets were moved at the same level than multiplexers. Thus, gradually, applets code is changed to be less dependent from the stream. With this commit, the frontend appctx are ready to own the session. It means a frontend appctx will be responsible to release the session.