Tell browser not to cache supples by an HTTTP header.
This commit is contained in:
parent
b77a20674c
commit
92d760a1cd
|
@ -26,7 +26,7 @@
|
||||||
#f
|
#f
|
||||||
(time)
|
(time)
|
||||||
"text/html"
|
"text/html"
|
||||||
'()
|
'(("Cache-Control" . "no-cache"))
|
||||||
(make-writer-body writer-proc)))
|
(make-writer-body writer-proc)))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in New Issue