commit | 4fdec7aafaca0b7e67a7c9782a6599004d1d3bc6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Oct 11 17:09:14 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 11 17:16:43 2018 +0200 |
tree | c09129283dadceb3fd3da1d62bea033d1ba83c61 | |
parent | c8c0ed91cb4436491efd2ce2c4b4b1694aeeccca [diff] |
BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint. Make sure we unsubscribe from events before si_release_endpoint destroys the conn_stream, or it will be never called. To do so, move the call to unsubscribe to si_release_endpoint() directly. This is 1.9-specific and shouldn't be backported.