Re: [fetch] Support full-duplex HTTP streaming (#229)

In H1 you'd need to continue sending the request to the origin *if* you want to continue to use the connection for subsequent requests.

In H2, you can send a `RST_STREAM` and continue on your merry way.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/229#issuecomment-191681504

Received on Thursday, 3 March 2016 09:45:38 UTC