commit | b693a0de374801e4924384cbeacbd2712d3a6a2c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 15:59:22 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 15:59:26 2020 +0200 |
tree | 3174cfbc91e03be0c949655b01fbe2e27e765b84 | |
parent | bfb0f72d52f69fa894463a610fc4c503576e80ff [diff] |
BUG/MEDIUM: checks: Destroy the conn-stream before the session At the end of a tcp-check based health check, if there is still a connection attached to the check, it must be closed. But it must be done before releasing the session, because the session may still be referenced by the mux. For instance, an h2 stream may still have a reference on the session. No need to backport.