commit | dd319a5b1df73ab9a1443a27d1cafab0f8de86d6 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 12 10:39:54 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 19:30:18 2018 +0200 |
tree | 6be373b908913cdd8d44a7e6a4175db714c47f31 | |
parent | b3fb56db10fa1392cb9ba6c102ad6aa07f584739 [diff] |
BUG/MEDIUM: mworker: don't poll on LI_O_INHERITED listeners The listeners with the LI_O_INHERITED flag were deleted but not unbound which is a problem since we have a polling in the master. This patch unbind every listeners which are not require for the master, but does not close the FD of those that have a LI_O_INHERITED flag.