commit | 3e13cbafe2612dc026494d90ce8604f08cdaf58d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 08 11:26:30 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:03:24 2017 +0100 |
tree | 76194429dd5f06a6e234dbce897d477f17b4dc69 | |
parent | 4f0c64cad7a9d3dc0bde92bea671c493c7b284a5 [diff] |
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.