commit | abdf4a15331af03a3d1a132de3171823c8ee5e8a | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 03 07:16:45 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 04 17:47:32 2022 +0100 |
tree | b5d686e79a3aa28f29592a74284793f88a085cba | |
parent | 5f6783094d3e61f2e7c58e3d9f7553b570ac4fbe [diff] |
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.