mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 663096 - websockets enable deflate stream extension by pref r=biesi
--HG-- extra : transplant_source : %0AV%C2%E8%81QY%87LV%F8%60%F5%9B%B2%B3Z%02%E8%FA
This commit is contained in:
parent
0bcdd4209a
commit
e3e4ac39b2
@ -794,7 +794,7 @@ pref("network.websocket.timeout.ping.response", 10);
|
||||
|
||||
// Defines whether or not to try and negotiate the stream-deflate compression
|
||||
// extension with the websocket server
|
||||
pref("network.websocket.extensions.stream-deflate", false);
|
||||
pref("network.websocket.extensions.stream-deflate", true);
|
||||
|
||||
// </ws>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user