]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mworker: stop every tasks in the master
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 6 Dec 2018 13:05:20 +0000 (14:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 13:12:58 +0000 (14:12 +0100)
commit27f3fa56f5c1fc99c87d4419b5109f2a40055953
tree60301c3065391952aed69caa6ab43aaea3083405
parent145aa4772cd28e11381209bd66104175c8a30a4d
BUG/MEDIUM: mworker: stop every tasks in the master

The master is not supposed to run (at the moment) any task before the
polling loop, the created tasks should be run only in the workers but in
the master they should be disabled or removed.

No backport needed.
include/proto/task.h
src/haproxy.c
src/task.c