commit | 06150e4c73ec722db694593d1cc7490ac7846b13 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 11:22:56 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 11:22:57 2020 +0200 |
tree | c2f44c41c8c7cd6c0388e77bc7d8ea75118da3f1 | |
parent | b3b53524addbea79f5928b0bd5c58fd201a3e828 [diff] |
BUG/MEDIUM: checks: unsubscribe for events on the old conn-stream on connect When a new connection is established, if an old connection is still attached to the current check, it must be detroyed. When it happens, the old conn-stream must be used to unsubscribe for events, not the new one. No backport is needed.