From 2795aeff34aabe7ee7b90e87000624e9a22dc114 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 22 May 2011 10:27:45 +0000 Subject: [PATCH] minor fix --- lib/request/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index 2ad8c1987..3164b7b15 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -395,7 +395,7 @@ class Connect: return None, None elif kb.testMode: logger.warn(warnMsg) - return None + return None, None elif silent or (ignoreTimeout and any(map(lambda x: x in tbMsg, ["timed out", "IncompleteRead"]))): return None, None elif threadData.retriesCount < conf.retries and not kb.threadException and not conf.realTest: