MINOR: quic: Replace quic_tx_frm struct by quic_frame struct
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 27 Jul 2021 12:51:54 +0000 (14:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit0ad0458a5652ecec0e00f182e3e28200eee84944
tree6ccd865a1f5343472cea2c1bb08a8f1ea7db951c
parentc88df07bddf558a1949f724e145885514459507d
MINOR: quic: Replace quic_tx_frm struct by quic_frame struct

These structures are similar. quic_tx_frm was there to try to reduce the
size of such objects which embed a union for all the QUIC frames.
Furtheremore this patch fixes the issue where quic_tx_frm objects were freed
from the pool for quic_frame.
include/haproxy/quic_frame-t.h
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/mux_quic.c
src/xprt_quic.c