Re: [whatwg/streams] Rigorously specify and test pipeTo (#512)

The only goal being to cancel the readable stream if it's piped to an already closed writable (if `preventCancel` is false)?

Can't that be done without involving the whole `pipeLoop`? It doesn't really need all the `shutdown` infrastructure does it.

-- 
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/pull/512#issuecomment-255297900

Received on Friday, 21 October 2016 05:37:33 UTC