Add comments to all.js for http1.1 preferences

This commit is contained in:
ruslan%netscape.com 2000-03-14 03:56:18 +00:00
Родитель b905023253
Коммит 7586d0290d
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -214,6 +214,12 @@ pref("network.ftp.passive", true);
pref("network.hosts.smtp_server", "mail");
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);
// sspitzer: change this back to "news" when we get to beta.
// for now, set this to news.mozilla.org because you can only
// post to the server specified by this pref.