commit | ce672844dd127d36f4b69cdb96e4d37e19d109b6 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Jan 31 19:06:07 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jan 31 19:06:07 2022 +0100 |
tree | 1b6e3d801755689ca098eb6c6ce8e448054a09d2 | |
parent | 7fbb94da8d1e4bd5e126372bba34c09ba15070b3 [diff] |
Revert "MINOR: mworker: sets used or closed worker FDs to -1" This reverts commit ea7371e93484cd55d712abd720f47bc5fcaa9246. This can't work correctly as we need this FD in the worker to be inserted in the fdtab. The correct way to do it would be to cleanup the mworker_proc in the master after the fork().