fix self.downloadtime to self.dltime

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3630 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2007-12-03 14:01:36 +00:00
parent 7a4c7e9f44
commit 5591bbe052

View file

@ -574,7 +574,7 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
tag=WARN_HTTP_DECOMPRESS_ERROR)
f = StringIO.StringIO(self.data)
self.data = f.read()
self.downloadtime = time.time() - t
self.dltime = time.time() - t
self.has_content = True
def is_html (self):