Re: [whatwg/streams] pipeTo() algorithm shuts down too early on readable close()? (#644)

I wrote at least one test for this here: https://github.com/w3c/web-platform-tests/pull/5270

However I am having trouble making the reference implementation pass (while still passing all other tests). I'll keep banging on it, but if anyone wants to jump in that'd be cool too.

I think the spec wording is pretty straightforward too: basically we want to talk about read/write pairs, and less about reads and writes.

It's possible that, given the connection here to "Wait for any ongoing writes to finish", we should wait until #715 is resolved.

-- 
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/644#issuecomment-290356819

Received on Thursday, 30 March 2017 09:37:52 UTC