Don't close the file in a cache miss.
Thu Nov 17 14:40:27 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Don't close the file in a cache miss.
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2016-02-05 00:27:23.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2016-02-05 00:27:23.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())