From a6d0de3525b158539431baffb4eb80d1e9008f67 Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Thu, 14 Apr 2011 17:29:08 +0100 Subject: Add check_last_modified_header option - do not add ETag if Last-Modified set http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching "It is important to specify one of Expires or Cache-Control max-age, and _one_ of Last-Modified or ETag" --- Changes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 083f5eb..8a5ed14 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Plack::Middleware::ETag +0.03 Thu Apr 14 17:25:26 2011 + - add check_last_modified_header (patch by Ranguard) + http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching + recommends not having both Last-Modified and ETag + 0.02 Sat Jan 22 10:22:50 2011 - add cache-control as suggested by ingy and miyagawa -- cgit v1.2.3