Add caching back to AssetRequest

This commit is contained in:
Ryan Huffman 2015-11-30 11:53:53 -08:00
parent 304b105dac
commit 5849befb3d

View file

@ -110,7 +110,7 @@ void AssetRequest::start() {
_totalReceived += data.size(); _totalReceived += data.size();
emit progress(_totalReceived, _info.size); emit progress(_totalReceived, _info.size);
//saveToCache(getUrl(), data); saveToCache(getUrl(), data);
} else { } else {
// hash doesn't match - we have an error // hash doesn't match - we have an error
_error = HashVerificationFailed; _error = HashVerificationFailed;