« Previous | Next » 

Revision e26622bd

IDe26622bd18fc86033cea393125cad49c577b524b
Parent 0d7a0216
Child faf78604

Added by isaacs over 11 years ago

stream: Correct Transform class backpressure

The refactor in b43e544140ccf68580c02e71c56d19b82e1e1d32 to use
stream.push() in Transform inadvertently caused it to immediately
consume all the written data, regardless of whether or not the readable
side was being consumed.

Only pull data through the _transform() process when the readable side
is being consumed.

Fix #4667

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences