commit | 1136e9243a31c6ec3cadc6dafd8f3114c21c643e | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 01 10:33:09 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 01 15:19:35 2022 +0100 |
tree | 5437df6ecb5d1003af2f0d44d8af6c808180ec4c | |
parent | aebe26f8bae91e3566a4c72a007a65a8ab61d892 [diff] |
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.