commit | 32b690155067dd82c61f78d2052b50937bd4c0b3 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Apr 16 17:42:42 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 16 18:14:29 2019 +0200 |
tree | 4209c8625674fe3c39b8e8bd300a51fcbc303606 | |
parent | 85d0424b20c4148a2b1f5b5a4442dd7fed44c562 [diff] |
BUG/MINOR: mworker: mworker_kill should apply on every children Commit 3f12887 ("MINOR: mworker: don't use children variable anymore") introduced a regression. The previous behavior was to send a signal to every children, whether or not they are former children. Instead of this, we only send a signal to the current children, so we don't try to kill -INT or -TERM all processes during a reload. No backport needed.