Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win,pipe: ipc code does not support async read
The implementation of IPC pipe in libuv on Windows does not properly support async reading. This means we cannot set the more parameter without likely causing hangs. Sorry this is yet another followup to libuv#4511. Fixes libuv#4548
- Loading branch information