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:
2b23d6a
)
what is wrong with you people? :)
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 31 Jan 2014 17:31:11 +0000
(12:31 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 31 Jan 2014 17:31:11 +0000
(12:31 -0500)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index e2429b1ad74c4f3d978f0956dfb04c44dafcd755..014ca7891e935abe763fcc013562fcb9d7e12b0b 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-612,8
+612,7
@@
class Response(object):
try:
# Special case for urllib3.
try:
- for chunk in self.raw.stream(chunk_size,
- decode_content=True):
+ for chunk in self.raw.stream(chunk_size, decode_content=True):
yield chunk
except IncompleteRead as e:
raise ChunkedEncodingError(e)