]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Extract CRYPTO frame parsing from qc_parse_pkt_frms()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 12 Sep 2022 12:54:45 +0000 (14:54 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 13 Oct 2022 08:12:03 +0000 (10:12 +0200)
commita20c93e6e2b3dfc2deaa96ff1d5890b1eda290b9
tree9015de2f3f41a4de14055daa4fe3b35bb89ff281
parent7e3f7c47e9acdf074c678cdee4202192fffb7de4
MINOR: quic: Extract CRYPTO frame parsing from qc_parse_pkt_frms()

Implement qc_handle_crypto_frm() to parse a CRYPTO frame.

Must be backported to 2.6.
src/quic_conn.c