-
- Downloads
Don't close input stream in readCacheFileImpl.
readCacheFileImpl would close the input stream, which caused the next read from that same stream to fail. Generally we shouldn't close stream which we didn't create.
Loading
Please register or sign in to comment