Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806e898 commit 2795aefCopy full SHA for 2795aef
1 file changed
lib/request/connect.py
@@ -395,7 +395,7 @@ def getPage(**kwargs):
395
return None, None
396
elif kb.testMode:
397
logger.warn(warnMsg)
398
- return None
+ return None, None
399
elif silent or (ignoreTimeout and any(map(lambda x: x in tbMsg, ["timed out", "IncompleteRead"]))):
400
401
elif threadData.retriesCount < conf.retries and not kb.threadException and not conf.realTest:
0 commit comments