type correction and adding global flag kb.ignoreTimeout which could be useful

This commit is contained in:
Miroslav Stampar
2011-05-22 08:24:13 +00:00
parent 27f0e73cc9
commit 2ea613b170
4 changed files with 7 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ class Connect:
raise404 = kwargs.get('raise404', True)
auxHeaders = kwargs.get('auxHeaders', None)
response = kwargs.get('response', False)
ignoreTimeout = kwargs.get('ignoreTimeout', False)
ignoreTimeout = kwargs.get('ignoreTimeout', kb.ignoreTimeout)
refreshing = kwargs.get('refreshing', False)
# flag to know if we are dealing with the same target host