Re: [whatwg/fetch] redirect doesn't cancel or consume current response (#1288)

Ah, you mean:

> If actualResponse’s status is not 303, request’s body is not null, and the connection uses HTTP/2, then user agents may, and are even encouraged to, transmit an RST_STREAM frame.

Not sure why the "status is not 303" pre-condition exists? A 303 response may also contain a body if the server doesn't follow spec.

-- 
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/1288#issuecomment-896567742

Received on Wednesday, 11 August 2021 07:25:17 UTC