Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1607153 - Remove the incorrect extra close of IPC channel client_…
…pipe_. r=froydnj It's no longer safe to try closing client_pipe_ when the I/O thread is woken up with data from the child process, because that can race with the launch thread doing its own close, and it's also unnecessary because of that other close. See also bug 1607153 comment #2. Differential Revision: https://phabricator.services.mozilla.com/D60627 --HG-- extra : moz-landing-system : lando
- Loading branch information