From 4734820f5e6a8fefb4cc04b0f7f6f5a2fc939f9c Mon Sep 17 00:00:00 2001 From: "ruslan%netscape.com" Date: Tue, 28 Mar 2000 22:14:43 +0000 Subject: [PATCH] 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 --- mozilla/modules/libpref/src/init/all.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index 70acf48f66b..9ffa0cc12e0 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -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