]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: implement standard method to detect if qcc is dead
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 8 Oct 2021 15:57:03 +0000 (17:57 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 Oct 2021 14:38:56 +0000 (16:38 +0200)
commitac8ee256598487f695fc0b18c991001059e8bb19
treeda4137b8713a32df0d60c5bea9581ebcf548bc29
parent4fc8b1cb1786ef9603de98fda30204eb4f4025a3
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.
src/mux_quic.c