MINOR: quic: Modify qc_build_cfrms() to support any frame
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 3 Aug 2021 14:38:49 +0000 (16:38 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit0ac3851f147774886109c7d5659e691b388e5a08
tree1cb98448efe8f785d73f2402fa8428b7a7ae001f
parent59b07c737b77bc8c3c60ea5f0f8ae59f7a95d5fe
MINOR: quic: Modify qc_build_cfrms() to support any frame

This function was responsible of building CRYPTO frames to fill as much as
possible a packet passed as argument. This patch makes it support any frame
except STREAM frames whose lengths are highly variable.
src/xprt_quic.c