I see that in CurlCachedFileLoader::init we do curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &code); And then never use code again. Can we just remove that line? Albert