Sat Jun 18 23:15:57 UTC 2011 pix@kepibu.org * Add FIXME noting a behavior of cliki I wasn't expecting diff -rN -u old-claki/claki.lisp new-claki/claki.lisp --- old-claki/claki.lisp 2013-07-18 20:09:07.000000000 +0000 +++ new-claki/claki.lisp 2013-07-18 20:09:07.000000000 +0000 @@ -13,6 +13,9 @@ (drakma:http-request (format nil "http://cliki.net/~a" url) :additional-headers (when (gethash url *last-modified*) `((:if-modified-since (gethash url *last-modified*))))) + ;; FIXME: this doesn't work all that well: it turns out cliki uses a single + ;; last-modified header for the entire wiki, rather than one per page, so we + ;; aren't saving ourselves (or cliki) much with this. (cond ;; If the page hasn't been modified, no need to update ((= 304 status) nil)