]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: qc_do_build_hdshk_pkt() does not need to pass a copy of CRYPTO frame
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 3 Aug 2021 15:01:25 +0000 (17:01 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitf252adb3680cf2447205aeccf757ce10fbd69e39
tree941fce4e57d9cc72e9555352ef72bc5ecb501a76
parenta7348f6f85778f5242b1325c8682c4c90c78a184
MINOR: quic: qc_do_build_hdshk_pkt() does not  need to pass a copy of CRYPTO frame

There is no need to pass a copy of CRYPTO frames to qc_build_frm() from
qc_do_build_hdshk_pkt(). Furthermore, after the previous modifications,
qc_do_build_hdshk_pkt() do not build only CRYPTO frame from ->pktns.tx.frms
MT_LIST but any type of frame.
src/xprt_quic.c