Skip to content

doc,stream: _transform cannot be called in parallel

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

Add a note to the stream docs specifying that at most a single call to _transform can happen, and the provided callback() should be used to process another chunk.

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

Checklist
Affected core subsystem(s)

doc, stream

Merge request reports

Loading