Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e9782 commit d1f5c1dCopy full SHA for d1f5c1d
1 file changed
lib/request/basic.py
@@ -137,7 +137,6 @@ def decodePage(page, contentEncoding, contentType):
137
return page
138
139
def processResponse(page, responseHeaders):
140
- page = sanitizeAsciiString(page)
141
page = getUnicode(page)
142
parseResponse(page, responseHeaders)
143
if conf.parseErrors:
0 commit comments