diff --git a/lib/request/connect.py b/lib/request/connect.py index dc938b5b2..bb8c25f5f 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -700,6 +700,8 @@ class Connect: start = time.time() if kb.nullConnection and not content and not response and not timeBasedCompare: + noteResponseTime = False + if kb.nullConnection == NULLCONNECTION.HEAD: method = HTTPMETHOD.HEAD elif kb.nullConnection == NULLCONNECTION.RANGE: