MINOR: quic: Avoid zeroing frame structures
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 6 Nov 2023 17:05:03 +0000 (18:05 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 9 Nov 2023 09:32:31 +0000 (10:32 +0100)
commit4cf784f38ed20b42f6e71bd8a2e8157b95329ee5
tree10f49f42014fefdf589ac4e86f947b4a77d6ae07
parentf1be725474848d655693e350053dd068a7f8975b
MINOR: quic: Avoid zeroing frame structures

Do not initialize anymore ->type of quic_frame structures which leads
to the others to be zeroed.
src/quic_tx.c