]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: tasks: Decrement rqueue_size at the right time.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 26 Jul 2018 12:57:49 +0000 (14:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 13:00:58 +0000 (15:00 +0200)
commite85ee7b66326d146931ffbb99700bef2de411a36
tree803e2fd7fc153a211761a18fb6e10373b9b3521c
parent9a77186cb08f910d927e4410d315dedddf65b12d
BUG/MEDIUM: tasks: Decrement rqueue_size at the right time.

We need to decrement requeue_size when we remove a task form rqueue_local,
not when we remove if from the task list, or we'd also decrement it for any
tasklet, that was never in the rqueue in the first place.
src/task.c