mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-22 14:03:19 +03:00
initial page request can result in unwanted lag (e.g. slow DNS response,...), hence it's response time shouldn't be a part of response time statistical model
This commit is contained in:
parent
a7c26366b4
commit
9b0db33cc5
|
@ -812,7 +812,7 @@ def checkConnection(suppressOutput=False):
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
page, _ = Request.queryPage(content=True)
|
page, _ = Request.queryPage(content=True, noteResponseTime=False)
|
||||||
kb.originalPage = kb.pageTemplate = page
|
kb.originalPage = kb.pageTemplate = page
|
||||||
|
|
||||||
kb.errorIsNone = False
|
kb.errorIsNone = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user