stream: pipeline should error if any stream is destroyed #36674
Labels
Comments
|
I would like to work on this problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


pipelineshould immediately fail withERR_STREAM_DESTROYEDwhen any of the streams have already been destroyed.Readablemight need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.erroredand/or_readableState.ended.Refs: #29227 (comment)
The text was updated successfully, but these errors were encountered: