]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: Make xprt support 0-RTT.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 14 Dec 2021 18:44:14 +0000 (19:44 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Dec 2021 07:38:43 +0000 (08:38 +0100)
commita5da31d186a2441c120b54202038168a9f3be34c
treef566d9a6e21fde734b9e749ac66984d4df0c7e51
parent1761fdf0c6c46a75cc6a6b608238d2f914859706
MINOR: quic: Make xprt support 0-RTT.

A client sends a 0-RTT data packet after an Initial one in the same datagram.
We must be able to parse such packets just after having parsed the Initial packets.
include/haproxy/quic_tls.h
src/xprt_quic.c