mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 09:23:01 +02:00
__task_free() cannot be called with a task still in the queue. This test adds a check which confirms there is no concurrency issue on such a case where a thread could requeue nor wakeup a task being freed.