commit | 1ced485b29d6afad53d390542ba4afed5fd5a7aa | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 29 13:49:59 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 29 13:52:31 2018 +0100 |
tree | b7e2b72f6449eca16f1c38309d89b4af69e0c079 | |
parent | a3fe1bb901494f58d03a48d0250c7625fb41128d [diff] |
BUG/MEDIUM: mux_pt: Don't forget to unsubscribe() on attach. In the mux_pt, when we're attaching a new conn_stream, don't forget to unsubscribe from the connection. Failure to do so may lead to the mux_pt freeing the connection while the conn_stream can still want to access it.