mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-27 11:09:51 +00:00
removed all trailing spaces from blank lines
This commit is contained in:
parent
977df7276d
commit
6adee3792a
29 changed files with 121 additions and 122 deletions
|
|
@ -116,7 +116,7 @@ def decodePage(page, contentEncoding, contentType):
|
|||
data = gzip.GzipFile('', 'rb', 9, StringIO.StringIO(page))
|
||||
|
||||
page = data.read()
|
||||
|
||||
|
||||
#http://stackoverflow.com/questions/1020892/python-urllib2-read-to-unicode
|
||||
if contentType and (contentType.find('charset=') != -1):
|
||||
charset = checkCharEncoding(contentType.split('charset=')[-1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue