commit 06e3c79669262a5cde084ed93484a4c8e07ae2c2
parent eab3d6646c1f2e2fd4b71010e0ee8d7a4ba1fbcd
Author: Max Leonard Inden <mail@max-inden.de>
Date: Sat, 3 Jan 2026 18:27:03 +0000
Bug 2008012 - Disable QUIC PMTUD on Nightly for now r=kershaw
Differential Revision: https://phabricator.services.mozilla.com/D277650
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -15505,7 +15505,7 @@
# Whether to enable Packetization Layer Path MTU Discovery.
- name: network.http.http3.pmtud
type: RelaxedAtomicBool
- value: @IS_NIGHTLY_BUILD@
+ value: false
mirror: always
rust: true