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:
ruslan%netscape.com
2000-03-28 22:14:43 +00:00
parent d990870f92
commit 4734820f5e

View File

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