Turning http 1.1 support by default. This may cause leaks to go up slightly
(due to the fact that the idle transports are not always released correctly; that was always the case, but now it might get exagerrated. Comment out network.http.version=1.1 and network.http.accept-encoding in case of problems (it'll return everything back). git-svn-id: svn://10.0.0.236/trunk@64391 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -215,15 +215,15 @@ pref("network.hosts.smtp_server", "mail");
|
||||
pref("network.hosts.pop_server", "mail");
|
||||
|
||||
// ruslan:
|
||||
// pref("network.http.version", "1.1");
|
||||
// pref("network.http.version", "1.0"); // default
|
||||
pref("network.http.version", "1.1"); // comment this out in case of problems
|
||||
// pref("network.http.version", "1.0");
|
||||
// pref("network.http.version", "0.9"); // it'll work too if you're crazy
|
||||
// keep-alive option is effectively obsolete, as we want to use http/1.1 by
|
||||
// default eventually. Nevertheless it'll work with some older 1.0 servers
|
||||
// pref("network.http.keep-alive", true);
|
||||
// pref("network.http.keep-alive.timeout", 120);
|
||||
// Enable http compression:
|
||||
// pref("network.http.accept-encoding", "gzip,deflate,compress,identity");
|
||||
// Enable http compression: comment this out in case of problems with 1.1
|
||||
pref("network.http.accept-encoding", "gzip,deflate,compress,identity");
|
||||
|
||||
// sspitzer: change this back to "news" when we get to beta.
|
||||
// for now, set this to news.mozilla.org because you can only
|
||||
|
||||
Reference in New Issue
Block a user