commit | 7e01878e4591b36218dad1326662704476982523 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Jan 28 21:56:24 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Jan 28 23:52:26 2022 +0100 |
tree | e484f2fcc62af8797e0ebd211e5b42922f18850b | |
parent | 55a921c9147c2d45621964428c86c5ceb9fd31d8 [diff] |
MINOR: mworker: set the master side of ipc_fd in the worker to -1 Once the child->ipc_fd[0] is closed in the worker, set the value to -1 so we don't reference a closed FD anymore.