Enable QUIC v2 version negotiation on all channels
Categories
(Core :: Networking: HTTP, task, P3)
Tracking
()
People
(Reporter: mail, Assigned: mail)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
network.http.http3.version_negotiation.enabled has shipped as Nightly-only (@IS_NIGHTLY_BUILD@) since it was introduced. When the pref is true, neqo offers Version::all() (QUIC v2 preferred, then v1), so Firefox can negotiate up to QUIC v2 (RFC 9369) with servers that support it; when false it offers QUIC v1 only.
The pref has ridden Nightly without issue. Time to enable it on all channels by setting the value to true.
Pref: https://searchfox.org/mozilla-central/search?q=network.http.http3.version_negotiation.enabled&path=StaticPrefList.yaml
RFC 9369 (QUIC Version 2): https://www.rfc-editor.org/rfc/rfc9369.html
network.http.http3.version_negotiation.enabled has shipped as Nightly-only
(@IS_NIGHTLY_BUILD@) since it was introduced. When the pref is true, neqo
offers Version::all() (QUIC v2 preferred, then v1), letting Firefox negotiate
up to QUIC v2 (RFC 9369) with servers that support it; when false it offers
v1 only. The pref has ridden Nightly without issue, so enable it on all
channels.
Comment 3•24 days ago
|
||
| bugherder | ||
Updated•17 days ago
|
Description
•