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

I guess in the case the response comes while the request has not been fully written to the socket (the stream is not yet closed or errored), we'll need to wait with the notification until it has (in parallel). Unfortunately we cannot use TCP ACK for the request in that scenario: https://bugzilla.mozilla.org/show_bug.cgi?id=637002#c17. That seems relatively straightforward to specify.

Allowing for sending RST_STREAM when a redirect arrives early seems simple too.

Testing either is probably not.

Let me know if anyone has concerns with this approach.

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

Received on Monday, 14 March 2016 11:08:00 UTC