Re: [whatwg/streams] Calling close() on TransformStreamDefaultController should relieve backpressure (#774)

So under that proposal, does data keeps getting pulled from `rs`, but thrown away? Or do we close `ts.writable`, thus causing `rs` to be canceled and the `pipeTo()` promise to be rejected?

I guess the latter is probably better.

The `pipeTo()` promise being rejected seems a little unfortunate, but anything else would not be very consistent with `pipeTo()`'s normal behavior, I think.
 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/774#issuecomment-324789530

Received on Friday, 25 August 2017 00:05:17 UTC