commit | 664741e1c54809209bf4569c78019b57253e5eb9 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 02 18:46:58 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 03 10:13:40 2022 +0200 |
tree | 8af47abd6f4cb1913d000d46c30778dd63119e3f | |
parent | b0749666340b31cccc6a17432f9c34f9ed429647 [diff] |
MINOR: quic: Make the quic_conn be aware of the number of streams This is required when the retransmitted frame types when the mux is released. We add a counter for the number of streams which were opened or closed by the mux. After the mux has been released, we can rely on this counter to know if the STREAM frames are retransmitted ones or not.