Re: [whatwg/fetch] Request body streams that cannot be retried (#538)

Worth noting that Chromium's network process has a streaming upload API where, on error, the network stack asks the upload to be replayed.  If we don't want to replay the upload in this particular case, I assume the renderer could be hooked up to this API.

I also think we likely want to allow replaying the data if an error is received soon, since this is an inevitable thing that can happen if a browser reuses sockets, and a server times old sockets out.

-- 
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/fetch/issues/538#issuecomment-554149572

Received on Friday, 15 November 2019 00:22:39 UTC