mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for that non-HTML stuff
This commit is contained in:
parent
ff9080de48
commit
17c39fe231
2 changed files with 2 additions and 4 deletions
|
|
@ -154,8 +154,6 @@ def decodePage(page, contentEncoding, contentType):
|
|||
return page
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
page = getUnicode(page)
|
||||
|
||||
parseResponse(page, responseHeaders)
|
||||
|
||||
if conf.parseErrors:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue