commit | 0b9376ae8d3b8b5f98cb390c24708221ab3c6596 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 24 16:20:49 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | abc325f5876163723cc1251a6ccca3269a1f5af6 | |
parent | 8021a5f4a594497f0cbf6e232e24354271027aeb [diff] |
BUG/MEDIUM: checks: Unsubscribe to mux events when a conn-stream is destroyed Since the tcp-check based heath checks uses the best multuplexer for a connection, the mux-pt is no longer the only possible choice. So events subscriptions and unsubscriptions must be done with the mux. No backport needed.