minor update

This commit is contained in:
Miroslav Stampar 2012-06-12 14:22:14 +00:00
parent 5d35d255ba
commit 4ac3794e80

View File

@ -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: