commit | d595f108dbcb3bed48f3a327b5448dd084ee29a7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Sep 24 10:05:30 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 07 17:35:25 2021 +0200 |
tree | b61c1f4205e1fbf6a3c79250af3f7d0f46f40b68 | |
parent | 336f6fd964e9304a2b810e21d72650e2c12aecd2 [diff] |
MINOR: mux-quic: release connection if no more bidir streams Use the count of bidirectional streams to call qc_release in qc_detach. We cannot inspect the by_id tree because uni-streams are never removed from it. This allows the connection to be properly freed.