summaryrefslogtreecommitdiff
path: root/src/mulk/benki/main.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-26 11:17:50 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-26 11:17:50 +0100
commit18aebe726680578c773efde84fdef970147b0fec (patch)
tree5bd67a57586fd67411fa6248001446020f25e351 /src/mulk/benki/main.clj
parentdee7484cd49a77e79dcfff28781d85b552496a22 (diff)
Switch back to no-cache.
Diffstat (limited to 'src/mulk/benki/main.clj')
-rw-r--r--src/mulk/benki/main.clj2
1 files changed, 1 insertions, 1 deletions
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?)