From 6ad080f4eba61e1ee5aa5e30d4c28e2c11c47a86 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 30 Jun 2007 23:09:41 +0200 Subject: Refrain from generating Last-Modified HTTP headers for now. darcs-hash:9b2a48c8d03e579d0585ee5ec9ce3a585c92cde0 --- journal.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 2dfa4bc..672d5d8 100755 --- a/journal.lisp +++ b/journal.lisp @@ -229,7 +229,11 @@ (defun show-web-journal () - (http-add-header "Last-Modified" (http-timestamp (compute-journal-last-modified-date))) + ;; TODO: Check how to make Squid not wait for the CGI script's + ;; 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-send-headers "text/html; charset=UTF-8") (