]> 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>
Thu, 13 Nov 2025 13:04:31 +0000 (14:04 +0100)
commita4bbbc75db488936fad56df646bb5f6ccf1b03e2
treec861f0322878e03409224c34cd85f687aa03640a
parentac1d3eba881522b9652ed603f88df06baa5124c8
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