MINOR: quic: Store post handshake frame in ->pktns.tx.frms MT_LIST
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 3 Aug 2021 12:29:03 +0000 (14:29 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit522c65ce3933c4a18632f99f26cd687c0fb9a8f0
tree41296e73cdb8f34f948bf71b46906c8405ad14d1
parent546186b1cfbc869144fbdf997cb08b5f03d9d7f1
MINOR: quic: Store post handshake frame in ->pktns.tx.frms MT_LIST

We want to treat all the frames to be built the same way as frames
built during handshake (CRYPTO frames). So, let't store them at the same
place which is an MT_LIST.
src/xprt_quic.c