MINOR: quic: Wrong largest acked packet number parsing
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 17 Nov 2021 15:16:04 +0000 (16:16 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Nov 2021 13:37:35 +0000 (14:37 +0100)
commit83b7a5b490929fe43c6c62a9e29e8f6f5e435b0d
treee06b6abf216f85d9a1204e02d90282319e0a5227
parent66cbb8232c5e5c124a2e40ecc33c67e9feb185ee
MINOR: quic: Wrong largest acked packet number parsing

When we have already received ACK frames with the same largest packet
number, this is not an error at all. In this case, we must continue
to parse the ACK current frame.
src/xprt_quic.c