diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-22 20:26:12 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-22 20:26:12 +0000 |
commit | 8be765a0f382c8e797717c9384acc6d8033d891d (patch) | |
tree | 5c4b1aa24827d69b3b12c46b53c02c583f08d1ec /src | |
parent | fac75558378c16a2fe441aa623cf43f5bfc21907 (diff) |
Removed Accept-Charset
closes:#674053
Diffstat (limited to 'src')
-rw-r--r-- | src/htslib.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/htslib.c b/src/htslib.c index f801d6d..8851458 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -1072,15 +1072,6 @@ int http_sendhead(httrackp *opt,t_cookie* cookie,int mode,char* xsend,char* adr, if (strnotempty(retour->req.lang_iso)) { strcatbuff(buff,"Accept-Language: "); strcatbuff(buff,retour->req.lang_iso); strcatbuff(buff,H_CRLF); } - strcatbuff(buff,"Accept-Charset: " - "iso-8859-1" /* we prefer ISO-8859-1 */ - ", " - "iso-8859-*;q=0.9" /* or ISO-8859-* */ - ", " - "utf-8;q=0.66" /* UTF8 is also accepted */ - ", " - "*;q=0.33" /* and any other charset */ - H_CRLF); if (retour->req.http11) { #if HTS_USEZLIB //strcatbuff(buff,"Accept-Encoding: gzip, deflate, compress, identity"H_CRLF); |