Re: [ServiceWorker] Backpressure on fetch integrated with Streams (#452)

Reply to @domenic (https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-70718250)

> 2. The stream is "closed" or "errored" but has Content-Length > 0.

Did you want to mean this?

`stream.state === "errored" || (stream.state === "closed" && at least one byte was enqueued to the stream)`

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-70790651

Received on Wednesday, 21 January 2015 06:29:45 UTC