]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter.pl.in
- fixed helm web page url and copyright notice
[helm.git] / helm / http_getter / http_getter.pl.in
index 9fd957c39952629bb89787d8397b291ffc31ca76..e9d1f4a3e04609137ad68b8db5658759be797f81 100755 (executable)
@@ -819,6 +819,7 @@ sub answer {
  $res->push_header("Pragma" => "no-cache");
  $res->push_header("Expires" => "0");
  $c->send_response($res);
+ $c->force_last_request();
 }
 
 sub html_nice_answer {