mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 07:04:44 +00:00
activate asset
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3448 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
fcd00abc75
commit
86514bb882
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
|
|||
_user, _password = self.get_user_password()
|
||||
key = ("http", self.urlparts[1], _user, _password)
|
||||
if self.persistent:
|
||||
#assert self.url_connection.is_idle(), str(self)
|
||||
assert self.url_connection.is_idle(), str(self)
|
||||
cache_add = self.aggregate.connections.add
|
||||
cache_add(key, self.url_connection, self.timeout)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue