]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: checks: Unsubscribe to mux events when a conn-stream is destroyed
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Apr 2020 14:20:49 +0000 (16:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 08:46:28 +0000 (10:46 +0200)
commit0b9376ae8d3b8b5f98cb390c24708221ab3c6596
treeabc325f5876163723cc1251a6ccca3269a1f5af6
parent8021a5f4a594497f0cbf6e232e24354271027aeb
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.
src/checks.c