mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(url-http-parse-headers): Test url-automatic-caching.
This commit is contained in:
parent
470cefd341
commit
76bad53408
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ should be shown to the user."
|
|||
;; Generic success for all others. Store in the cache, and
|
||||
;; mark it as successful.
|
||||
(widen)
|
||||
(if (equal url-http-method "GET")
|
||||
(if (and url-automatic-caching (equal url-http-method "GET"))
|
||||
(url-store-in-cache (current-buffer)))
|
||||
(setq success t))))
|
||||
(3 ; Redirection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue