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