commit | 1e8ef1bed6ef687e66578214f0b184aab37b4154 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Feb 10 16:35:43 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 17 17:36:30 2023 +0100 |
tree | e4f60f95a2f60b0e3fa67771be4723e11a21a169 | |
parent | e1738df4688b0b44aa62583f311bb1f81e151d9f [diff] |
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.