commit | b5b5247b18cd2d1f81d577b1418cf8df202b2ca1 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Nov 22 15:55:16 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Nov 30 11:47:46 2021 +0100 |
tree | e9d172074e05691a239a93e787b0502e3e0645a6 | |
parent | 1fc5e16c4c5c7a5078a400bbcc33a782e873d20d [diff] |
MINOR: quic: Immediately close if no transport parameters extension found If the ClientHello callback does not manage to find a correct QUIC transport parameters extension, we immediately close the connection with missing_extension(109) as TLS alert which is turned into 0x16d QUIC connection error.