mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-29 21:03:00 +00:00
Fix download fail when cache is disabled
This commit is contained in:
@@ -228,7 +228,7 @@ std::string webGet(const std::string &url, const std::string &proxy, unsigned in
|
||||
return content;
|
||||
}
|
||||
//return curlGet(url, proxy, response_headers, return_code);
|
||||
content = curlGet(argument, fetch_res);
|
||||
curlGet(argument, fetch_res);
|
||||
return content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user