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

> @MattMenke2 do you know how much KiBytes we need in Chrome to replay a stream on some inevitable situation like 0RTT, [socket time out](https://github.com/whatwg/fetch/issues/538#issuecomment-554149572)?

I don't know that, unfortunately.  We've always cached the entire thing in Chrome, which means we can handle redirects that require we re-send the body, though I have no idea if our single consumer even needs that.

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

Received on Monday, 27 April 2020 14:29:40 UTC