mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
one more thing
This commit is contained in:
parent
789dd6c66f
commit
4928c684b3
|
@ -205,7 +205,7 @@ class Connect:
|
|||
except socket.timeout:
|
||||
page, responseHeaders = None, None
|
||||
warnMsg = "connection timed out while trying "
|
||||
warnMsg += "to get error page information"
|
||||
warnMsg += "to get error page information (%d)" % e.code
|
||||
logger.warn(warnMsg)
|
||||
return None, None
|
||||
code = e.code
|
||||
|
|
Loading…
Reference in New Issue
Block a user