Skip to content

Commit f24cb96

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8e1cb79 + d5954b8 commit f24cb96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Supporting/CommunicationProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ public function callRestAPI($params, $isAddToken, $method = 'GET', $request = nu
593593
curl_setopt($ch, CURLOPT_VERBOSE, 0);
594594
curl_setopt($ch, CURLOPT_HEADER, 1);
595595
curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT);
596+
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
596597
if ($methodLower == 'post') {
597598
curl_setopt($ch, CURLOPT_POST, 1);
598599
} else

0 commit comments

Comments
 (0)