mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor bug fix and adjustment to deal with Keep-Alive also against Google (-g)
This commit is contained in:
@@ -88,7 +88,6 @@ def parseResponse(page, headers):
|
||||
if absFilePath not in kb.absFilePaths:
|
||||
kb.absFilePaths.add(absFilePath)
|
||||
|
||||
|
||||
def decodePage(page, contentEncoding, contentType):
|
||||
"""
|
||||
Decode compressed/charset HTTP response
|
||||
|
||||
Reference in New Issue
Block a user