--- trunk/lib/Frey/Server.pm 2008/11/25 17:15:18 519 +++ trunk/lib/Frey/Server.pm 2008/11/25 17:23:44 520 @@ -178,6 +178,10 @@ send_message($req); } + if ($req->conn ) { + $req->conn->close; + warn "## close connection: $@"; + } } # Here we accept a connection to the browser, and keep it open. Meanwhile we