commit | d24c2ecb169ff661bf487514dce68e5b3a10e06d | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 31 10:24:49 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | ad993b232d64e623e9f3b80db45e9742af8fbff5 | |
parent | 3d77fa754d337c43015dacace95581cdfa06f5c1 [diff] |
MINOR: quic: Remove header protection for conn with context We remove the header protection of packet only for connection with already initialized context. This latter keep traces of the connection state. Furthermore, we enqueue the first Initial packet for a new connection after having completely parsed the packet so that to not start the accept process for nothing.