]> matita.cs.unibo.it Git - helm.git/commitdiff
Bug fixed: I don't know what the bug was exactly, but it happened that
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 24 Oct 2002 12:56:36 +0000 (12:56 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 24 Oct 2002 12:56:36 +0000 (12:56 +0000)
the connection was not closed when using some HTTP 1.1 clients (e.g. wget)

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 {