]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Let the frontend appctx release the session
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 11 May 2022 10:22:10 +0000 (12:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:21 +0000 (16:13 +0200)
commit92202da2dabece43d47578fe6a330e3c0f357602
tree96c75ef51a542ecf76b0d537daddec1325d07e32
parentac57bb527af05c0eb5b71b0f10ba8b4a4eedd2fd
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.
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/peers.c
src/sink.c
src/stream.c