forked from lix-project/lix
Remove expectedETag assert in tarball.cc
This commit is contained in:
parent
a766824660
commit
1ea5f0b66c
|
@ -64,7 +64,6 @@ DownloadFileResult downloadFile(
|
||||||
|
|
||||||
if (res.cached) {
|
if (res.cached) {
|
||||||
assert(cached);
|
assert(cached);
|
||||||
assert(request.expectedETag == res.etag);
|
|
||||||
storePath = std::move(cached->storePath);
|
storePath = std::move(cached->storePath);
|
||||||
} else {
|
} else {
|
||||||
StringSink sink;
|
StringSink sink;
|
||||||
|
|
Loading…
Reference in a new issue