commit | b57de07a210fd9f9d6f1f7c716a77c157455b90c | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 02 18:58:27 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 03 10:13:40 2022 +0200 |
tree | a9a34fb2d3605878e1f08d145fd03a25e467b65e | |
parent | d62240c9e55286d4dc87903d2140d0b2ee31c8ae [diff] |
BUG/MINOR: mux_quic: Dropped packet upon retransmission for closed streams We rely on the largest ID which was used to open streams to know if the stream we received STREAM frames for is closed or not. If closed, we return the same status as the one for a STREAM frame which was a already received one for on open stream.