mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +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
|
||||
logger.debug(debugMsg)
|
||||
processResponse(page, responseHeaders)
|
||||
return page, responseHeaders
|
||||
elif e.code == 504:
|
||||
if ignoreTimeout:
|
||||
return None, None
|
||||
|
|
Loading…
Reference in New Issue
Block a user