mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor speed optimizations (as a result of profiling)
This commit is contained in:
parent
36280b33fa
commit
10bdd90e60
5 changed files with 11 additions and 6 deletions
|
|
@ -209,12 +209,11 @@ def decodePage(page, contentEncoding, contentType):
|
|||
return page
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
parseResponse(page, responseHeaders)
|
||||
if not kb.dumpMode:
|
||||
parseResponse(page, responseHeaders)
|
||||
|
||||
if conf.parseErrors:
|
||||
msg = extractErrorMessage(page)
|
||||
|
||||
if msg:
|
||||
logger.info("parsed error message: '%s'" % msg)
|
||||
|
||||
return page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue