From: Don Armstrong Date: Wed, 1 Jun 2016 19:06:43 +0000 (-0700) Subject: add etag and caching support to bugreport.cgi X-Git-Tag: release/2.6.0~201 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61c42ddd4e22c83885a2d721b5a98d8ae9a82fbd;hp=61c42ddd4e22c83885a2d721b5a98d8ae9a82fbd;p=debbugs.git add etag and caching support to bugreport.cgi - Calculate etag based on file modification times and all parameters - Set etag everywhere - Use reasonable cache retention times - 5m minimum - 10m for head requests and bug logs - 7d for bug attachments (which should never change, really) ---