Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
child_process: Plug file descriptor leak
Pipes for child processes aren't closed explicitly after exiting child processes. Should't rely on GC, close immediately as soon as it isn't needed to avoid exhausting file descriptors. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
- Loading branch information