mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Make sure the comment is not set to None
This commit is contained in:
@@ -142,7 +142,7 @@ class Response:
|
||||
@classmethod
|
||||
def parse(cls, raw):
|
||||
altered = raw
|
||||
comment = None
|
||||
comment = ""
|
||||
|
||||
if altered.startswith("HTTP response ["):
|
||||
io = StringIO.StringIO(raw)
|
||||
|
||||
Reference in New Issue
Block a user