commit | 83a0cd8a36b94ba807fd984258b4e7dd70e9ef20 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Sep 28 17:57:58 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 11 15:34:21 2018 +0200 |
tree | a6714114bd966d2251d5a494e2269133b38fad09 | |
parent | 5ab01cb01114065a3573570a48e84815e751bf14 [diff] |
MINOR: connections: Introduce an unsubscribe method. As we don't know how subscriptions are handled, we can't just assume we can use LIST_DEL() to unsubscribe, so introduce a new method to mux and connections to do so.