]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: quic: Move quic_build_post_handshake_frames() to quic_conn module
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 27 Nov 2023 16:04:32 +0000 (17:04 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:37:50 +0000 (15:37 +0100)
commitc93ebcc59b8b61d2f4dbcc1f74c2a9430ffa0681
tree81c28aff3a8e8673a1a1925b6dc4f39eea5dd868
parent3482455ddd732a7ed597c50191058c45eac41014
REORG: quic: Move quic_build_post_handshake_frames() to quic_conn module

Move quic_build_post_handshake_frames() from quic_rx.c to quic_conn.c. This
is a function which is also called from the TX part (quic_tx.c).
include/haproxy/quic_conn.h
include/haproxy/quic_tx.h
src/quic_conn.c
src/quic_tx.c