Bug 1847066: flip back the network.http.http3.retry_different_ip_family pref r=valentin, a=dsmith FIREFOX_116_0_3_BUILD2 FIREFOX_116_0_3_RELEASE
authorRandell Jesup <rjesup@mozilla.com>
Tue, 15 Aug 2023 01:34:49 +0000 (23 months ago)
changeset 748859 183063cc6efa429f4f184aff169e1f9dad68cbfc
parent 748858 7b8696b56bba75e0b7155aceccade1216c6ef41a
child 748861 6340a15cb394ef8a45b08a33b32e8eafc7b7ecc4
push id3176
push userdsmith@mozilla.com
push dateTue, 15 Aug 2023 17:31:42 +0000 (23 months ago)
treeherdermozilla-release@183063cc6efa [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersvalentin, dsmith
bugs1847066
milestone116.0.3
Bug 1847066: flip back the network.http.http3.retry_different_ip_family pref r=valentin, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D186197
modules/libpref/init/StaticPrefList.yaml
--- a/modules/libpref/init/StaticPrefList.yaml
+++ b/modules/libpref/init/StaticPrefList.yaml
@@ -12532,17 +12532,17 @@
 - name: network.http.http3.version_negotiation.enabled
   type: RelaxedAtomicBool
   value: false
   mirror: always
 
 # When a Http/3 connection failed, whether to retry with a different IP address.
 - name: network.http.http3.retry_different_ip_family
   type: RelaxedAtomicBool
-  value: true
+  value: false
   mirror: always
 
 # This is for testing purpose. When true, nsUDPSocket::SendWithAddress will
 # return NS_ERROR_CONNECTION_REFUSED for address "::1".
 - name: network.http.http3.block_loopback_ipv6_addr
   type: RelaxedAtomicBool
   value: false
   mirror: always