commit | 4f0c64cad7a9d3dc0bde92bea671c493c7b284a5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 18 15:01:14 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:03:24 2017 +0100 |
tree | 9634ab8db95a068ad27afeae4445725e23c1412a | |
parent | 436d333124604db40b20344fa58bc41e1148cb2b [diff] |
MINOR: session: release the listener with the session, not the stream Since multiple streams can share one session attached to one listener, the listener_release() call must be done in session_free() and not in stream_free(), otherwise we end up with a negative count in H2.