Skip to content

net: make stdout & stderr block on all platforms#1771

Closed
Fishrock123 wants to merge 2 commits intonodejs:masterfrom
Fishrock123:fix-chunked-output
Closed

net: make stdout & stderr block on all platforms#1771
Fishrock123 wants to merge 2 commits intonodejs:masterfrom
Fishrock123:fix-chunked-output

Conversation

@Fishrock123
Copy link
Copy Markdown
Contributor

Fixes #784

@vkurchatkin suggested a test here, but I'm not sure how to adapt to be only in javascript. Maybe with two child processes? I'm not sure how to pipe them without the unix |.

R=@bnoordhuis

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

net Issues and PRs related to the net subsystem. semver-major PRs that contain breaking changes and should be released in the next major version. stalled Issues and PRs that are stalled.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chunked stdout/stderr drops writes if terminated early.

7 participants