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 5d35d25 commit 4ac3794Copy full SHA for 4ac3794
1 file changed
lib/request/connect.py
@@ -700,6 +700,8 @@ def _randomizeParameter(paramString, randomParameter):
700
start = time.time()
701
702
if kb.nullConnection and not content and not response and not timeBasedCompare:
703
+ noteResponseTime = False
704
+
705
if kb.nullConnection == NULLCONNECTION.HEAD:
706
method = HTTPMETHOD.HEAD
707
elif kb.nullConnection == NULLCONNECTION.RANGE:
0 commit comments