From 18aebe726680578c773efde84fdef970147b0fec Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 26 Feb 2012 11:17:50 +0100 Subject: Switch back to no-cache. --- src/mulk/benki/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mulk/benki/main.clj') diff --git a/src/mulk/benki/main.clj b/src/mulk/benki/main.clj index f89c9df..9076104 100644 --- a/src/mulk/benki/main.clj +++ b/src/mulk/benki/main.clj @@ -31,7 +31,7 @@ (let [response (handler request)] (if (get-in response [:headers "Cache-Control"]) response - (assoc-in response [:headers "Cache-Control"] "no-store") + (assoc-in response [:headers "Cache-Control"] "no-cache") ;; no-cache, no-store, must-revalidate ;; Which one is the most appropriate? ;; (is must-revalidate even valid for server responses?) -- cgit v1.2.3