aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-http.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 927d0bb8d57..81bb9b4721e 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -366,9 +366,10 @@ The string is based on `url-privacy-level' and `url-user-agent'."
366 auth 366 auth
367 ;; Cookies 367 ;; Cookies
368 (when (url-use-cookies url-http-target-url) 368 (when (url-use-cookies url-http-target-url)
369 (url-cookie-generate-header-lines 369 (url-http--encode-string
370 host real-fname 370 (url-cookie-generate-header-lines
371 (equal "https" (url-type url-http-target-url)))) 371 host real-fname
372 (equal "https" (url-type url-http-target-url)))))
372 ;; If-modified-since 373 ;; If-modified-since
373 (if (and (not no-cache) 374 (if (and (not no-cache)
374 (member url-http-method '("GET" nil))) 375 (member url-http-method '("GET" nil)))