diff options
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index 1af1996d..fec8570b 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -297,7 +297,7 @@ Dstr *a_Http_make_query_str(const DilloUrl *url, const DilloUrl *requester, "Connection: close\r\n" "Accept: text/*,image/*,*/*;q=0.2\r\n" "Accept-Charset: utf-8,*;q=0.8\r\n" - "Accept-Encoding: gzip\r\n" + "Accept-Encoding: gzip, deflate\r\n" "%s" /* language */ "%s" /* auth */ "DNT: 1\r\n" @@ -323,7 +323,7 @@ Dstr *a_Http_make_query_str(const DilloUrl *url, const DilloUrl *requester, "Connection: close\r\n" "Accept: text/*,image/*,*/*;q=0.2\r\n" "Accept-Charset: utf-8,*;q=0.8\r\n" - "Accept-Encoding: gzip\r\n" + "Accept-Encoding: gzip, deflate\r\n" "%s" /* language */ "%s" /* auth */ "DNT: 1\r\n" |