summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-03-16 19:27:57 +0000
committercorvid <devnull@localhost>2014-03-16 19:27:57 +0000
commite2d63b710bda54a453a3f587f0a8df075285a0f2 (patch)
treea16bf7bc9ebd5cf5cffa26cbd4c1d116a1c98db0
parent0443258392f6bce6bc27c74834c10b158dc4954e (diff)
query string, more of following firefox's pattern
-rw-r--r--src/IO/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 6747aa81..d05c5b68 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -297,8 +297,8 @@ Dstr *a_Http_make_query_str(const DilloUrl *url, const DilloUrl *requester,
"Host: %s\r\n"
"User-Agent: %s\r\n"
"Accept: text/*,image/*,*/*;q=0.2\r\n"
- "Accept-Encoding: gzip, deflate\r\n"
"%s" /* language */
+ "Accept-Encoding: gzip, deflate\r\n"
"%s" /* auth */
"DNT: 1\r\n"
"%s" /* proxy auth */
@@ -321,8 +321,8 @@ Dstr *a_Http_make_query_str(const DilloUrl *url, const DilloUrl *requester,
"User-Agent: %s\r\n"
"%s"
"Accept: text/*,image/*,*/*;q=0.2\r\n"
- "Accept-Encoding: gzip, deflate\r\n"
"%s" /* language */
+ "Accept-Encoding: gzip, deflate\r\n"
"%s" /* auth */
"DNT: 1\r\n"
"%s" /* proxy auth */