Bug 572652 - Remove the Accept-Charset header from HTTP requests. r=bz

This commit is contained in:
2011-05-08 10:33:18 +02:00
parent da19c4d73a
commit 4f4aa2b09e
5 changed files with 0 additions and 155 deletions

View File

@@ -585,8 +585,6 @@ SendPing(void *closure, nsIContent *content, nsIURI *uri, nsIIOService *ios)
EmptyCString(), PR_FALSE);
httpChan->SetRequestHeader(NS_LITERAL_CSTRING("accept-language"),
EmptyCString(), PR_FALSE);
httpChan->SetRequestHeader(NS_LITERAL_CSTRING("accept-charset"),
EmptyCString(), PR_FALSE);
httpChan->SetRequestHeader(NS_LITERAL_CSTRING("accept-encoding"),
EmptyCString(), PR_FALSE);