BUG/MINOR: quic: Useless I/O handler task wakeups (draining, killing state)
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 09:32:22 +0000 (11:32 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 09:47:11 +0000 (11:47 +0200)
commitb73762ad78936b1295cf4f647f5025ed1fbf7a59
tree5722f6a798bcffe92c0aed8263f0ccf76ae18537
parentd21c628ffd598913e47ed28230ac670b52479ef6
BUG/MINOR: quic: Useless I/O handler task wakeups (draining, killing state)

From the idle_timer_task(), the I/O handler must be woken up to send ack. But
there is no reason to do that in draining state or killing state. In draining
state this is even forbidden.

Must be backported to 2.7.
src/quic_conn.c