commit | 0b49f5725cabd64d27960b1b017e5c009f701cf8 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Tue Jan 23 11:38:23 2018 -0500 |
committer | Leon Scroggins <scroggo@google.com> | Mon Jan 29 01:49:13 2018 +0000 |
tree | 1b3249b8f57972e958477efb015cabc57b6f03ae | |
parent | d66cfdfc9a13be412a5a832149071ea3154e4a6f [diff] |
Do not close InputStream from InputStreamSource Test: I28f82285c0341aff7192eb0157e0de4b97cda577 This is called by public methods that pass along an InputStream. As such, it is possible that the client was planning to continue reading from the InputStream, so do not close it. Change-Id: Iaa53c44d578c1311315616c8fd931bed40290a92