commit | ac8ee256598487f695fc0b18c991001059e8bb19 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Oct 08 17:57:03 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Oct 13 16:38:56 2021 +0200 |
tree | da4137b8713a32df0d60c5bea9581ebcf548bc29 | |
parent | 4fc8b1cb1786ef9603de98fda30204eb4f4025a3 [diff] |
MINOR: mux-quic: implement standard method to detect if qcc is dead For the moment, a quic connection is considered dead if it has no bidirectional streams left on it. This test is implemented via qcc_is_dead function. It can be reused to properly close the connection when needed.