Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions olp-cpp-sdk-core/src/http/curl/NetworkCurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,6 @@ ErrorCode NetworkCurl::SendImplementation(
curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 0L);
}

// Request HTTP/2 when supported by the server (via ALPN negotiation)
curl_easy_setopt(curl_handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);

curl_easy_setopt(curl_handle, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);

const std::string& url = request.GetUrl();
Expand Down
Loading