commit | 7c756a8ccc4e64fcb46d72a3cfc38dcf1ddbbc54 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Nov 26 11:53:40 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 26 19:31:17 2018 +0100 |
tree | bc2c026fbf5cbe3e363067717435de6d8b232308 | |
parent | e548974ca8c1957c583912e9f353ab8fc59f41d8 [diff] |
BUG/MEDIUM: mworker: fix FD leak upon reload We reintroduced some FDs leaking by using a poller and some listeners in the master. The master proxy needs to be stopped to avoid leaking its listeners, the polling loop needs to be deinit, and the thread waker pipe need to be closed too. No backport needed.