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

A related problem is that if the source queues several items and calls `close()`, then the sink errors while writing one of those items, the standard implies that since the readable became CLOSED first, pipeTo should fulfill without error. I think it should reject with the error from the sink. I need to check whether there is a test for this case and add one if there isn't.

-- 
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-272112257

Received on Thursday, 12 January 2017 09:14:55 UTC