commit | 44ae75220a8ac248cb734c39a780472f0ba11057 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Mar 21 12:18:00 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Mar 21 14:27:09 2022 +0100 |
tree | 3b546e2c873e709bdc3c0bde33a0fc9f82e63cb5 | |
parent | 12aa26b6fd3eef3b8b176631ca0387cb57053bd1 [diff] |
BUG/MINOR: quic: Incorrect peer address validation We must consider the peer address as validated as soon as we received an handshake packet. An ACK frame in handshake packet was too restrictive. Rename the concerned flag to reflect this situation.