mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 17:02:57 +02:00
Don't forget to increase tasks_run_queue when we're adding a task to the tasklet list, and to decrease it when we remove a task from a runqueue, or its value won't be accurate, and could lead to tasks not being executed when put in the global run queue. 1.9-dev only, no backport is needed.