X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fpkgreport.cgi;h=6b92f90c54b4b3c4b9e3300db9d1079a2b934237;hb=refs%2Fheads%2Fdon%2Fcachecontrol;hp=eb7a61a2101600c9196bed3ca1f8eafaf8e73293;hpb=4a33202f6e53ef347c9c1b5565d8902c4bc60fee;p=debbugs.git diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index eb7a61a..6b92f90 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -436,6 +436,7 @@ my $result = pkg_htmlizebugs(bugs => \@bugs, (exists $param{dist})?(dist => $param{dist}):(), ); +print "Cache-control: public, max-age=300\n"; print "Content-Type: text/html; charset=utf-8\n\n"; print "\n";