fix for that non-HTML stuff

This commit is contained in:
Miroslav Stampar
2011-02-22 11:32:55 +00:00
parent ff9080de48
commit 17c39fe231
2 changed files with 2 additions and 4 deletions

View File

@@ -154,8 +154,6 @@ def decodePage(page, contentEncoding, contentType):
return page
def processResponse(page, responseHeaders):
page = getUnicode(page)
parseResponse(page, responseHeaders)
if conf.parseErrors: