]> git.donarmstrong.com Git - debbugs.git/commit
Use ETags; return timestamp not is_valid
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 19:37:47 +0000 (12:37 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 19:37:47 +0000 (12:37 -0700)
commita89fb6f83e17fe0afe9436227c50a7a78be8321e
tree5cfa53c3ba6789ed15f472fa1c9e64d8dace7a4d
parent307a891161c5c60babae0416455c1a3a34cff34b
Use ETags; return timestamp not is_valid

 - Add test for libravatar.cgi
 - retrieve_libravatar and cache_location now return a timestamp, not
   is_valid which can then be used to calculate the Etag
 - Use HTTP::Server::Simple::CGI::Environment
Debbugs/Libravatar.pm
cgi/libravatar.cgi
t/18_libravatar_cgi.t [new file with mode: 0644]
t/lib/DebbugsTest.pm