From d1a74f2540035a90489c78a02bbca515593e5372 Mon Sep 17 00:00:00 2001 From: "ruslan%netscape.com" Date: Sat, 18 Mar 2000 08:25:01 +0000 Subject: [PATCH] Add extra comments on new keep-alive preferences git-svn-id: svn://10.0.0.236/trunk@63383 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/init/all.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index 5039dfe143e..dab949cd1cf 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -217,8 +217,9 @@ pref("network.hosts.pop_server", "mail"); // ruslan: // pref("network.http.version", "1.1"); // keep-alive option is effectively obsolete, as we want to use http/1.1 by -// default eventually -// pref("nework.http.keep-alive", true); +// 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); // sspitzer: change this back to "news" when we get to beta. // for now, set this to news.mozilla.org because you can only