Re: [whatwg/fetch] Define behavior in the presence of TLS Early Data (#888)

I tried with https://github.com/web-platform-tests/wpt/pull/28020:
- Chrome retries the request only if request method is `GET`.
- Firefox don't retry the request.

As https://tools.ietf.org/html/rfc8470#section-4, clients don't sending POST during 0RTT.
> Absent other information, clients MAY send requests with safe HTTP methods ([RFC7231], Section 4.2.1) in early data
> when it is available and MUST NOT send unsafe methods (or methods whose safety is not known) in early data.

Thus we should update fetch spec but it is not upload-streaming-blocking?



-- 
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/888#issuecomment-796540241

Received on Thursday, 11 March 2021 07:51:28 UTC