Skip to content

Commit

Permalink
making changes to flush, trying to fix truncked chunk [7]
Browse files Browse the repository at this point in the history
  • Loading branch information
hebert committed Apr 14, 2015
1 parent 571a698 commit fe72556
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -77,9 +77,7 @@ void printResource(final OutputStream writer, final InputStream inputStream) thr
writer.write(buf, 0, count);
}

writer.flush();
} finally {
writer.close();
streamReader.close();
bufferedReader.close();
}
Expand Down

0 comments on commit fe72556

Please sign in to comment.