Thu Nov 17 14:40:27 UTC 2005 Alberto Bertogli * Don't close the file in a cache miss. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-10-02 09:43:17.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-10-02 09:43:17.000000000 +0000 @@ -421,7 +421,6 @@ if repo_lastmod > cache_lastmod: # the entry is too old, remove it and return a miss - close(self.file) os.unlink(fname) pid = str(os.getpid())