-
Vojtech Moravec authored
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.
Vojtech Moravec authoredreadCacheFileImpl 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.