diff --git a/requests/models.py b/requests/models.py index ebf8256c..5be017ac 100644 --- a/requests/models.py +++ b/requests/models.py @@ -794,7 +794,7 @@ class Response(object): # Trust that chardet isn't available or something went terribly wrong. except Exception: - return 'utf-8' + pass @property def text(self):