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

> We've always cached the entire thing in Chrome, which means we can handle redirects that require we re-send the body, 

Chrome needs to change that part at least on the decision that U.A. should fail to resend a ReadableStream on HTTP 30X response.

Wait. 0RTT also needs server HTTP response to resend the request when the first authentication was failed?
AFAIK, Chrome doesn't process server response before sending entire request body (right? @MattMenke2 )
Then, resending request on 0RTT failed needs entire body copy like redirect in Chromium.


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

Received on Tuesday, 28 April 2020 04:52:35 UTC