BUG/MINOR: quic: wrong logical statement in in_recovery_period() (BBR)
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 12 Dec 2024 09:45:26 +0000 (10:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Jan 2025 10:17:44 +0000 (11:17 +0100)
commit259a3d3bb71bee680ef8e43c7c6a076319a37e1e
tree1343c2953918bd511e775bede8979bc95fbed683
parent7e6a62e66a14bd8e5e5906f05b5aa8369e95bf8b
BUG/MINOR: quic: wrong logical statement in in_recovery_period() (BBR)

A && logical operator was badly replaced by a || in this function which decides
if BBR is in a recovery period.

Must be backported to 3.1.

(cherry picked from commit 1dbf6b8bedadd5d287ab44e1a387a89e2fc6c70b)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/quic_cc_bbr.c