BUG/MINOR: quic: Missing call to task_queue() in qc_idle_timer_do_rearm()
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 10 Feb 2023 15:35:43 +0000 (16:35 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Feb 2023 16:36:30 +0000 (17:36 +0100)
commit1e8ef1bed6ef687e66578214f0b184aab37b4154
treee4f60f95a2f60b0e3fa67771be4723e11a21a169
parente1738df4688b0b44aa62583f311bb1f81e151d9f
BUG/MINOR: quic: Missing call to task_queue() in qc_idle_timer_do_rearm()

The aim of this function is to rearm the idle timer. The ->expire
field of the timer task was updated without being requeued.
Some connection could be unexpectedly terminated.

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