diff --git a/requests/models.py b/requests/models.py index 4ef45da6..be692130 100644 --- a/requests/models.py +++ b/requests/models.py @@ -720,7 +720,7 @@ class Response(object): """Content of the response, in unicode.""" # Try charset from content-type - content = u'' + content = None if self.encoding: try: