mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-29 10:13:15 +03:00
no need to return here
This commit is contained in:
parent
942d9e4fa8
commit
3505503a08
|
@ -432,8 +432,6 @@ class Connect:
|
||||||
else:
|
else:
|
||||||
debugMsg = "got HTTP error code: %d (%s)" % (code, status)
|
debugMsg = "got HTTP error code: %d (%s)" % (code, status)
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
processResponse(page, responseHeaders)
|
|
||||||
return page, responseHeaders, code
|
|
||||||
|
|
||||||
except (urllib2.URLError, socket.error, socket.timeout, httplib.BadStatusLine, httplib.IncompleteRead, ProxyError), e:
|
except (urllib2.URLError, socket.error, socket.timeout, httplib.BadStatusLine, httplib.IncompleteRead, ProxyError), e:
|
||||||
tbMsg = traceback.format_exc()
|
tbMsg = traceback.format_exc()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user