Skip to content

stream, doc: resume a stream after pipe() and unpipe()

Rodrigo Muino Tomonari requested to merge github/fork/mcollina/fix-1041 into master

Clarifies the behavior of streams when _readableState.flowing is false. resume() must be called explicitly for the 'data' event to be emitted again.

Fixes: https://github.com/nodejs/node/issues/1041

Checklist
Affected core subsystem(s)

doc, stream

Merge request reports

Loading