mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-17 11:33:27 +03:00
Should be fixed now
This commit is contained in:
parent
1505cb2a80
commit
5e5133b8e7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user