From 23299493c28f92e5a75f1feedb5510283dd1a737 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 7 Oct 2009 15:36:28 +0200 Subject: Add a Last-Modified header to all responses. darcs-hash:d1cdfea360fffa6cf9dda1a8bf966e6dcc7ca421 --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index df55e92..e1fe6a5 100755 --- a/journal.lisp +++ b/journal.lisp @@ -346,7 +346,7 @@ ;; termination, which makes generating a Last-Modified header ;; feel slower to the end user rather than faster. ;; - ;; (http-add-header "Last-Modified" (http-timestamp (compute-journal-last-modified-date))) + (http-add-header "Last-Modified" (http-timestamp (compute-journal-last-modified-date))) (http-add-header "Content-Language" "de") (http-add-header "Cache-Control" "public") (http-send-headers "text/html; charset=UTF-8") -- cgit v1.2.3