mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
boss: Use HTTP/1.1 instead of default (#1593)
This commit is contained in:
parent
a184a04e56
commit
d427b59019
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ namespace iosu
|
||||||
curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, task_header_callback);
|
curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, task_header_callback);
|
||||||
curl_easy_setopt(curl, CURLOPT_HEADERDATA, &(*it));
|
curl_easy_setopt(curl, CURLOPT_HEADERDATA, &(*it));
|
||||||
curl_easy_setopt(curl, CURLOPT_TIMEOUT, 0x3C);
|
curl_easy_setopt(curl, CURLOPT_TIMEOUT, 0x3C);
|
||||||
|
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
|
||||||
if (IsNetworkServiceSSLDisabled(ActiveSettings::GetNetworkService()))
|
if (IsNetworkServiceSSLDisabled(ActiveSettings::GetNetworkService()))
|
||||||
{
|
{
|
||||||
curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER,0L);
|
curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER,0L);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue