]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic; Move the QUIC frame pool to its proper location
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 25 Jul 2023 15:11:51 +0000 (17:11 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 27 Jul 2023 08:51:03 +0000 (10:51 +0200)
commitc156c5bda6d51c743b2f4af9ee87f53f38a946bd
tree542f0ea9ebb18e02a28066396c10e8d130b0aa64
parentfa58f677871c74cd52b0afffcb611b55996f4df7
MINOR: quic; Move the QUIC frame pool to its proper location

pool_head_quic_frame QUIC frame pool definition is move from quic_conn-t.h to
quic_frame-t.h.
Its declation is moved from quic_conn.c to quic_frame.c.
include/haproxy/quic_conn-t.h
include/haproxy/quic_frame-t.h
src/quic_conn.c
src/quic_frame.c