Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add regression test for
unpipe()
Since 2e568d9 there is a bug where unpiping a stream from a readable stream that has `_readableState.pipesCount > 1` will cause it to remove the first stream in the `_.readableState.pipes` array no matter where in the list the `dest` stream was.
- Loading branch information