diff --git a/requests/models.py b/requests/models.py index c4a3faec..84a2ec66 100644 --- a/requests/models.py +++ b/requests/models.py @@ -677,6 +677,7 @@ class Response(object): avoids reading the content at once into memory for large responses. """ + #TODO: why rstrip by default pending = None