Hi!
On 2004-07-22 17:51:52, Stefan Scholl wrote:
- ;; Simple string compare is sufficient. See RFC 2616 14.25
- (when (and if-modified-since (equal if-modified-since time-string))
One word to the above: When you change from a newer to an older version it is still a modified version. So when you have to delete the newest entry from a database you want the visitors to see the remaining entries, even when they are older.
Regards, Stefan