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

I wanted to leave a comment here as quite a bit of time has passed. There's a PR up now at #1204 which implements https://github.com/whatwg/fetch/issues/538#issuecomment-555932241. In particular, for request streams (i.e., streams API is being used) we allow a 64 kibibyte buffer for replays in the networking stack. Once that buffer is exceeded, the only recourse to having to resend is to terminate with a network error.

We're not saying anything specific about 0RTT and I don't think we need to as @ddragana said above.

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

Received on Thursday, 15 April 2021 10:47:43 UTC