Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node: ensure that streams2 won't
.end()
stdin
Stdin is purely read-only stream. Although, `net.Socket` might be used to create it if stdin is in fact a Pipe or TCP socket, the `stream.Duplex` should not try to call `.end()` on it. Fix: #1068 PR-URL: #1233 Reviewed-By: Chris Dickinson <[email protected]>
- Loading branch information