Skip to content

Commit 5000291

Browse files
author
Joan He
committed
Merge remote-tracking branch 'trigger/MC-14849' into pr
2 parents 1ca7a7c + 55b8bf8 commit 5000291

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/HTTP/Adapter

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/HTTP/Adapter/Curl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public function write($method, $url, $http_ver = '1.1', $headers = [], $body = '
170170

171171
// set url to post to
172172
curl_setopt($this->_getResource(), CURLOPT_URL, $url);
173-
curl_setopt($this->_getResource(), CURLOPT_HTTP_VERSION, $http_ver);
174173
curl_setopt($this->_getResource(), CURLOPT_RETURNTRANSFER, true);
175174
if ($method == \Zend_Http_Client::POST) {
176175
curl_setopt($this->_getResource(), CURLOPT_POST, true);

0 commit comments

Comments
 (0)