[streams] TransformStream: transform() is never invoked via pull() (#330)

When `write()` of the underlying sink of `writable` is called, `maybeDoTransform()` always proceeds to run `transform`. It never stop with `writeChunk` pending but `transform` not started. Maybe what we want to do is not to start `transform` while there's back-pressure on `readable`.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/330

Received on Wednesday, 15 April 2015 05:49:02 UTC