don't let that happen...

This commit is contained in:
Kenneth Reitz
2012-01-23 02:19:56 -05:00
parent f99a2534c9
commit 5ed62e1137
-2
View File
@@ -783,8 +783,6 @@ class Response(object):
except (UnicodeError, TypeError):
pass
if not content:
content = str(content, encoding, errors='replace')
return content