mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 761775 pref on spdy v3 r=josh
This commit is contained in:
parent
07d53b30ff
commit
f380d282a5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user