commit | 0ad0458a5652ecec0e00f182e3e28200eee84944 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jul 27 14:51:54 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 6ccd865a1f5343472cea2c1bb08a8f1ea7db951c | |
parent | c88df07bddf558a1949f724e145885514459507d [diff] |
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.