commit | 83b7a5b490929fe43c6c62a9e29e8f6f5e435b0d | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Nov 17 16:16:04 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri Nov 19 14:37:35 2021 +0100 |
tree | e06b6abf216f85d9a1204e02d90282319e0a5227 | |
parent | 66cbb8232c5e5c124a2e40ecc33c67e9feb185ee [diff] |
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.