commit | d62240c9e55286d4dc87903d2140d0b2ee31c8ae | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 02 18:52:58 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 03 10:13:40 2022 +0200 |
tree | 008ab9500f8dda3bb31b8b31aebf01153049f264 | |
parent | 664741e1c54809209bf4569c78019b57253e5eb9 [diff] |
BUG/MINOR: quic: Dropped retransmitted STREAM frames It is possible that we continue to receive retransmitted STREAM frames after the mux have been released. We rely on the ->rx.streams[].nb_streams counter to check the stream was closed. If not, at this time we drop the packet.