Fixes bug 58037 "Accept-encoding: "identity" in not needed, "compress" should be depreciated"

patch=havill@redhat.com, r=bbaetz, sr=darin


git-svn-id: svn://10.0.0.236/trunk@99854 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com 2001-07-25 00:46:35 +00:00
parent 01ee4eee70
commit 74d2bef8cc

View File

@ -293,7 +293,7 @@ pref("network.http.accept.default", "text/xml, application/xml, application/xhtm
pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
// Enable http compression: comment this out in case of problems with 1.1
pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
pref("network.http.accept-encoding" ,"gzip, deflate, compress;q=0.9");
pref("network.http.pipelining" , false);
pref("network.http.proxy.pipelining", false);