mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
one more thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user