commit | 25eeebe2933cfe2b416a4052410375f9e218a230 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Dec 16 11:21:52 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 17 08:38:43 2021 +0100 |
tree | 0dfcf4ace0a44472dd91caad61ca7c0e603e4106 | |
parent | afd373c23237f4b1c8af73e1f6db86d847788272 [diff] |
MINOR: quic: Do not mix packet number space and connection flags The packet number space flags were mixed with the connection level flags. This leaded to ACK to be sent at the connection level without regard to the underlying packet number space. But we want to be able to acknowleged packets for a specific packet number space.