fix startup error dialog about PSM

This commit is contained in:
bryner%netscape.com 2003-01-23 02:32:20 +00:00
parent f593a5bac0
commit eec987397a
2 changed files with 8 additions and 0 deletions

View File

@ -342,6 +342,10 @@ pref("network.http.proxy.version", "1.1"); // default
// enable caching of http documents // enable caching of http documents
pref("network.http.use-cache", true); pref("network.http.use-cache", true);
// this preference can be set to override the socket type used for normal
// HTTP traffic. an empty value indicates the normal TCP/IP socket type.
pref("network.http.default-socket-type", "");
pref("network.http.keep-alive", true); // set it to false in case of problems pref("network.http.keep-alive", true); // set it to false in case of problems
pref("network.http.proxy.keep-alive", true); pref("network.http.proxy.keep-alive", true);
pref("network.http.keep-alive.timeout", 300); pref("network.http.keep-alive.timeout", 300);

View File

@ -342,6 +342,10 @@ pref("network.http.proxy.version", "1.1"); // default
// enable caching of http documents // enable caching of http documents
pref("network.http.use-cache", true); pref("network.http.use-cache", true);
// this preference can be set to override the socket type used for normal
// HTTP traffic. an empty value indicates the normal TCP/IP socket type.
pref("network.http.default-socket-type", "");
pref("network.http.keep-alive", true); // set it to false in case of problems pref("network.http.keep-alive", true); // set it to false in case of problems
pref("network.http.proxy.keep-alive", true); pref("network.http.proxy.keep-alive", true);
pref("network.http.keep-alive.timeout", 300); pref("network.http.keep-alive.timeout", 300);