commit | 23b8eef05b2c2ab692f0636fc30773296f951385 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 31 20:18:44 2023 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Sun Apr 02 13:10:04 2023 +0200 |
tree | d56a4ed6adaa2bd506182a6c973b0d9b8e57b5aa | |
parent | d481ed3fa0ad4794530d9d26221de7b28b768e48 [diff] |
BUG/MINOR: quic: Remaining useless statements in cubic slow start callback When entering a recovery period, the algo state is set by quic_enter_recovery(). And that's it!. These two lines should have been removed with this commit: BUG/MINOR: quic: Wrong use of now_ms timestamps (cubic algo) Take the opportunity of this patch to add a missing TRACE_LEAVE() call in quic_cc_cubic_ca_cb(). Must be backported to 2.7 and 2.6.