]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-quic: delay the closing with the timeout
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Feb 2022 09:33:09 +0000 (10:33 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Feb 2022 14:19:35 +0000 (15:19 +0100)
commit1136e9243a31c6ec3cadc6dafd8f3114c21c643e
tree5437df6ecb5d1003af2f0d44d8af6c808180ec4c
parentaebe26f8bae91e3566a4c72a007a65a8ab61d892
MEDIUM: mux-quic: delay the closing with the timeout

Do not close immediatly the connection if there is no bidirectional
stream opened. Schedule instead the mux timeout when this condition is
verified. On the timer expiration, the mux/connection can be freed.
src/mux_quic.c