Merge from Release-Engine-Test @ 17946149 to UE5/Main

This represents UE4/Main @17911760, Release-5.0 @17915875 and Dev-PerfTest @17914035

[CL 17949667 by aurel cordonnier in ue5-main branch]
This commit is contained in:
aurel cordonnier
2021-10-27 15:14:40 -04:00
parent 76dfc2a773
commit 34f55d3a4a
2207 changed files with 135226 additions and 33624 deletions

View File

@@ -288,7 +288,6 @@ public:
if (V == Delete)
{
curl_easy_setopt(Curl, CURLOPT_POST, 1L);
curl_easy_setopt(Curl, CURLOPT_CUSTOMREQUEST, "DELETE");
}
else if (V == Head)