Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add helper download.InMemory for downloading files without writing to…
… disk Currently we have separate code that downloads the release-info.json file and separate code that downloads the signed bundle hashes file, both the files are downloaded in memory this helper will unify that code and we'll use this helper to download both of these files It sets the http User-Agent to `crc/<version>` which is currently used for downloading the file release-info.json
- Loading branch information