mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
Should be fixed now
This commit is contained in:
@@ -407,7 +407,6 @@ class Connect:
|
|||||||
debugMsg = "page not found (%d)" % code
|
debugMsg = "page not found (%d)" % code
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
processResponse(page, responseHeaders)
|
processResponse(page, responseHeaders)
|
||||||
return page, responseHeaders
|
|
||||||
elif e.code == 504:
|
elif e.code == 504:
|
||||||
if ignoreTimeout:
|
if ignoreTimeout:
|
||||||
return None, None
|
return None, None
|
||||||
|
|||||||
Reference in New Issue
Block a user