summaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 702fc23c..46a2f313 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -267,7 +267,7 @@ Dstr *a_Http_make_query_str(const DilloUrl *url, bool_t use_proxy)
"%s"
"\r\n",
full_path->str,
- (URL_FLAGS(url) & URL_E2EReload) ?
+ (URL_FLAGS(url) & URL_E2EQuery) ?
"Cache-Control: no-cache\r\nPragma: no-cache\r\n" : "",
URL_HOST(url), s_port->str,
proxy_auth->str, referer, VERSION, cookies);