commit | 75c8ad549002b01de0b0d139a26b356973af57a9 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Feb 08 16:08:28 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 17 17:36:30 2023 +0100 |
tree | a67d955d77617b3367c27cd32f2f675c25954ac8 | |
parent | 1dbeb35f808391fc55967246db9b4d2ad6693ba9 [diff] |
MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock This code was there because the timer task was not running on the same thread as the one which parse the QUIC packets. Now that this is no more the case, we can wake up this task directly. Must be backported to 2.7.