From 4ac3794e80135b8ca490074e86fbaba3656186ac Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 12 Jun 2012 14:22:14 +0000 Subject: [PATCH] minor update --- lib/request/connect.py | 2 ++ 1 file changed, 2 insertions(+) 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: