Files
node/lib
isaacs e26622bd18 stream: Correct Transform class backpressure
The refactor in b43e544140 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
2013-01-28 08:40:45 -08:00
..
2011-03-14 17:37:05 -07:00
2013-01-25 11:59:26 +01:00
2011-03-14 17:37:05 -07:00
2013-01-18 12:13:32 +01:00
2011-03-14 17:37:05 -07:00
2012-11-08 12:31:45 -08:00
2013-01-16 16:53:11 +01:00
2012-06-19 14:07:48 -07:00
2012-06-28 10:14:03 -07:00
2013-01-24 16:48:49 -08:00
2012-12-21 11:05:46 -08:00
2012-03-03 23:48:57 -08:00
2012-12-14 10:52:26 -08:00