enchancements to install from url

This commit is contained in:
Chee Yee
2024-10-08 20:50:42 -07:00
parent 0a1420dd96
commit a71bd1eb28
15 changed files with 467 additions and 73 deletions
+6
View File
@@ -1177,6 +1177,12 @@ namespace HttpServer
SplitPkgInstallData *pkg_data = INSTALLER::GetSplitPkgInstallData(hash);
if (pkg_data == nullptr)
{
failed(res, 500, "Cannot resume split_inst");
return;
}
if (req.method == "HEAD")
{
res.status = 204;