Skip to content

Commit

Permalink
Merge pull request Azure#872 from jianghaolu/large
Browse files Browse the repository at this point in the history
Add download streaming support
  • Loading branch information
jianghaolu committed Mar 22, 2016
2 parents 7fbb811 + a718459 commit 7a39169
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ protected Object buildBody(int statusCode, ResponseBody responseBody) throws IOE
// Return raw response if InputStream is the target type
else if (type == InputStream.class) {
InputStream stream = responseBody.byteStream();
responseBody.close();
return stream;
}
// Deserialize
Expand Down

0 comments on commit 7a39169

Please sign in to comment.