]> git.donarmstrong.com Git - debbugs.git/commitdiff
add etag and caching support to bugreport.cgi
authorDon Armstrong <don@donarmstrong.com>
Wed, 1 Jun 2016 19:06:43 +0000 (12:06 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 1 Jun 2016 19:06:43 +0000 (12:06 -0700)
 - 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)


No differences found