BUG/MINOR: quic: Useless probing retransmission in draining or killing state
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 09:26:06 +0000 (11:26 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 09:46:33 +0000 (11:46 +0200)
commitd21c628ffd598913e47ed28230ac670b52479ef6
treeca64c8e327a1229baad38c2a7a0e067e4c07cdce
parentc6bec2a3afdd537a617fbd9e1ae88a50f81f689d
BUG/MINOR: quic: Useless probing retransmission in draining or killing state

The timer task responsible of triggering probing retransmission did not inspect
the state of the connection before doing its job. But there is no need to
probe the peer when the connection is in draining or killing state. About the
draining state, this is even forbidden.

Must be backported to 2.7 and 2.6.
src/quic_conn.c