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:
Patrick McManus 2011-06-10 16:52:27 -04:00
parent 0bcdd4209a
commit e3e4ac39b2

View File

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