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
--- 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