mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
fix for that non-HTML stuff
This commit is contained in:
@@ -154,8 +154,6 @@ def decodePage(page, contentEncoding, contentType):
|
||||
return page
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
page = getUnicode(page)
|
||||
|
||||
parseResponse(page, responseHeaders)
|
||||
|
||||
if conf.parseErrors:
|
||||
|
||||
Reference in New Issue
Block a user