]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Really cancel the connection timer from qc_set_timer()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 8 Feb 2023 16:43:13 +0000 (17:43 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commitdea329828271fee1e92f43043abb90ea3fef590a
treef515cf677608214b6511b6195465bc4f3012b800
parent75c8ad549002b01de0b0d139a26b356973af57a9
BUG/MINOR: quic: Really cancel the connection timer from qc_set_timer()

The ->expire field of the timer task to be cancelled was not reset
to TICK_ETERNITY.

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