Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add test for piping large input from stdin
Check that piping a large chunk of data from `process.stdin` into `process.stdout` does not lose any data by verifying that the output has the same size as the input. This is a regression test for #5927 and fails for the commits in the range [ace1009..89abe86).
- Loading branch information