mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
don't let that happen...
This commit is contained in:
@@ -783,8 +783,6 @@ class Response(object):
|
||||
except (UnicodeError, TypeError):
|
||||
pass
|
||||
|
||||
if not content:
|
||||
content = str(content, encoding, errors='replace')
|
||||
return content
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user