commit | 92202da2dabece43d47578fe6a330e3c0f357602 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 11 12:22:10 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:21 2022 +0200 |
tree | 96c75ef51a542ecf76b0d537daddec1325d07e32 | |
parent | ac57bb527af05c0eb5b71b0f10ba8b4a4eedd2fd [diff] |
MINOR: applet: Let the frontend appctx release the session The session created for frontend applets is now totally owns by the corresponding appctx. It means the appctx is now responsible to release it. This removes the hack in stream_free() about frontend applets to be sure to release the session.