]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: Send post handshake frames from list of frames (0-RTT)
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 31 Jul 2025 13:14:30 +0000 (15:14 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Tue, 4 Nov 2025 10:09:36 +0000 (11:09 +0100)
commit26ab332eabd0efdf433d608b6d1d66f91be4817f
tree9e51a774ed2c9611793a2fb5676b4bcb98225e1c
parenta07f1835df0584ffe51f864a6b00b04ce1fe862b
MINOR: quic-be: Send post handshake frames from list of frames (0-RTT)

This patch is required to make 0-RTT work. It modifies the prototype of
quic_build_post_handshake_frames() to send post handshake frames from a
list of frames in place of the application encryption level (used
as <qc->ael> local variable).

This patch does not modify at all the current QUIC stack behavior (even for
QUIC frontends). It must be considered as a preparation for the code
to come about 0-RTT support for QUIC backends.
include/haproxy/quic_conn.h
src/quic_conn.c
src/quic_tx.c