BUG/MINOR: mux_quic: Dropped packet upon retransmission for closed streams
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 2 May 2022 16:58:27 +0000 (18:58 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 3 May 2022 08:13:40 +0000 (10:13 +0200)
commitb57de07a210fd9f9d6f1f7c716a77c157455b90c
treea9a34fb2d3605878e1f08d145fd03a25e467b65e
parentd62240c9e55286d4dc87903d2140d0b2ee31c8ae
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.
src/mux_quic.c