You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this means the object exist but I am not serving
938
947
// it since it's already in your possession
@@ -1773,6 +1782,9 @@ void CcdbApi::loadFileToMemory(o2::pmr::vector<char>& dest, const std::string& p
1773
1782
if ((isSnapshotMode() || mPreferSnapshotCache) && localHeaders->find("ETag") == localHeaders->end()) { // generate dummy ETag to profit from the caching
1774
1783
(*localHeaders)["ETag"] = path;
1775
1784
}
1785
+
if (localHeaders->find("fileSize") == localHeaders->end()) {
0 commit comments