mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
8.96k stars 22.44k forks source link

[HTTP] Implement Extensible Prioritization Scheme for HTTP/2 #33847

Open hamishwillee opened 1 month ago

hamishwillee commented 1 month ago

Acceptance criteria

For folks helping with Firefox related documentation

Features to document

I am not entirely sure what is relevant and what needs to be documented. However the spec indicates a new Priority HTTP header (possibly HTTP3 only) in https://www.rfc-editor.org/rfc/rfc9218.html#section-5 and we generally document those.

This also disables the previous HTTP/2 approach defined in network.http.http2.enabled.deps which does not appear to have any "public" headers.

We also would probably add the spec to https://developer.mozilla.org/en-US/docs/Web/HTTP/Resources_and_specifications

FYI this is enabled by default

More investigation is needed, and there is a little background here: https://blog.cloudflare.com/adopting-a-new-approach-to-http-prioritization/

Related Gecko bugs

1865040: Implement Extensible Prioritization Scheme for HTTP/2

Other

hamishwillee commented 6 days ago

Status