bug 761775 pref on spdy v3 r=josh

This commit is contained in:
Patrick McManus 2012-06-06 16:37:15 -04:00
parent 07d53b30ff
commit f380d282a5

View File

@ -846,7 +846,7 @@ pref("network.http.fast-fallback-to-IPv4", true);
// Try and use SPDY when using SSL
pref("network.http.spdy.enabled", true);
pref("network.http.spdy.enabled.v2", true);
pref("network.http.spdy.enabled.v3", false);
pref("network.http.spdy.enabled.v3", true);
pref("network.http.spdy.chunk-size", 4096);
pref("network.http.spdy.timeout", 180);
pref("network.http.spdy.coalesce-hostnames", true);