projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dbda66
)
whitespace
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 22 Jan 2012 04:00:28 +0000
(23:00 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 22 Jan 2012 04:00:28 +0000
(23:00 -0500)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index
c4a3fae
..
84a2ec6
100644
(file)
--- 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