]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: remove wait handshake/L6 flags on init connection
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 19 Jan 2022 14:58:27 +0000 (15:58 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 26 Jan 2022 14:25:45 +0000 (15:25 +0100)
commitcbe090d42fb5df6ddbc11cf5fbff8d474e280d4c
treefa6c04f470316ff706f7193aea5385846dce11c6
parent9fa15e5413a1a943c6f036727ea3fe0473a8e978
MINOR: quic: remove wait handshake/L6 flags on init connection

The connection is allocated after finishing the QUIC handshake. Remove
handshake/L6 flags when initializing the connection as handshake is
finished with success at this stage.
src/xprt_quic.c