]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Confusion betwen "in_flight" and "prep_in_flight" in quic_path_prep_...
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 3 Mar 2022 06:16:45 +0000 (07:16 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Mar 2022 16:47:32 +0000 (17:47 +0100)
commitabdf4a15331af03a3d1a132de3171823c8ee5e8a
treeb5d686e79a3aa28f29592a74284793f88a085cba
parent5f6783094d3e61f2e7c58e3d9f7553b570ac4fbe
BUG/MINOR: quic: Confusion betwen "in_flight" and "prep_in_flight" in quic_path_prep_data()

This function returns the remaining number of bytes which can be sent on the
network before fulfilling the congestion window. There is a counter for
the number of prepared data and another one for the really in flight number
of bytes (in_flight). These variable have been mixed up.
include/haproxy/xprt_quic.h