]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: quic: qc_prep_app_pkts() retries on qc_build_pkt() failures
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 10 Mar 2022 16:06:59 +0000 (17:06 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 11 Mar 2022 10:37:31 +0000 (11:37 +0100)
commitd5066dd9dd770d95f1ad2ea0f2a806f0a2d9fcfa
tree6966f1f5a34125f5f2706a57f57172672844d7b9
parent530601cd84df069d910830e49ebf4bdecc8e1f8d
BUG/MEDIUM: quic: qc_prep_app_pkts() retries on qc_build_pkt() failures

The "stop_build" label aim is to try to reuse the TX buffer when there is not
enough contiguous room to build a packet. It was defined but not used!
src/xprt_quic.c