haproxy/include
Willy Tarreau 440d09b244 BUG/MINOR: tasks: only requeue a task if it was already in the queue
Commit 0742c314c3 ("BUG/MEDIUM: tasks: Make sure we switch wait queues
in task_set_affinity().") had a slight side effect on expired timeouts,
which is that when used before a timeout is updated, it will cause an
existing task to be requeued earlier than its expected timeout when done
before being updated, resulting in the next poll wakup timeout too early
or even instantly if the previous wake up was done on a timeout. This is
visible in strace when health checks are enabled because there are two
poll calls, one of which has a short or zero delay. The correct solution
is to only requeue a task if it was already in the queue.

This can be backported to all branches having the fix above.
2019-12-11 09:21:36 +01:00
..
common BUG/MINOR: ssl: fix X509 compatibility for openssl < 1.1.0 2019-12-03 07:13:12 +01:00
import
proto BUG/MINOR: tasks: only requeue a task if it was already in the queue 2019-12-11 09:21:36 +01:00
types REORG: listener: move the global listener queue code to listener.c 2019-12-10 14:16:03 +01:00