]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Simplication for qc_set_timer()
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 9 Feb 2023 06:48:33 +0000 (07:48 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commitdd41a45014683f693b686673747327e1e7ab0bbc
tree13019c0e0f3492a48ca77c4176d758471ec2d9e2
parentdea329828271fee1e92f43043abb90ea3fef590a
MINOR: quic: Simplication for qc_set_timer()

There is no reason to run code for nothing if the timer task has been
released when entering qc_set_timer().

Must be backported to 2.7.
src/quic_conn.c