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 7b52bbe commit 806e898Copy full SHA for 806e898
1 file changed
lib/request/connect.py
@@ -393,6 +393,9 @@ def getPage(**kwargs):
393
if "forcibly closed" in tbMsg:
394
logger.critical(warnMsg)
395
return None, None
396
+ elif kb.testMode:
397
+ logger.warn(warnMsg)
398
+ return 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