Re: [whatwg/fetch] Define behavior for `Priority` request header (Issue #1718)

The `Priority` HTTP header is defined in [RFC 9218](https://www.rfc-editor.org/rfc/rfc9218.html#name-the-priority-http-header-fi) and Safari and Firefox have always sent it for requests over HTTP/3. Chrome recently added it for HTTP/2 and HTTP/3 (previously only sent the priority frame).

At least in the case of Chrome, if the `Priority` header is set before it gets to the networking stack then the user-supplied value will be used (like was discussed above).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1718#issuecomment-2143906579
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1718/2143906579@github.com>

Received on Sunday, 2 June 2024 15:43:26 UTC