remove Pragma:no-cache header, and set Content-Length and Cache-Control for viewing...
[freeside.git] / htetc / handler.pl
index 8d4f1e7..f970df8 100644 (file)
@@ -198,7 +198,7 @@ sub handler
     #eorar
 
     my $headers = $r->headers_out;
-    $headers->{'Pragma'} = $headers->{'Cache-control'} = 'no-cache';
+    $headers->{'Cache-control'} = 'no-cache';
     #$r->no_cache(1);
     $headers->{'Expires'} = '0';