]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: make use of the connection's destroy callback
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Oct 2017 09:26:30 +0000 (11:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:24 +0000 (18:03 +0100)
commit3e13cbafe2612dc026494d90ce8604f08cdaf58d
tree76194429dd5f06a6e234dbce897d477f17b4dc69
parent4f0c64cad7a9d3dc0bde92bea671c493c7b284a5
MEDIUM: session: make use of the connection's destroy callback

Now we don't remove the session when a stream dies, instead we
detach the stream and let the mux decide to release the connection
and call session_free() instead.
src/session.c
src/stream.c