what is wrong with you people? :)

This commit is contained in:
Kenneth Reitz
2014-01-31 12:31:11 -05:00
parent 2b23d6a9f7
commit c6084704cc
+1 -2
View File
@@ -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)