We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81d40c commit c91a289Copy full SHA for c91a289
src/Curl.php
@@ -324,7 +324,6 @@ public function execute($url = '') {
324
}
325
326
(isset($this->options[CURLOPT_HTTPHEADER]) or empty($this->headers)) or $this->options[CURLOPT_HTTPHEADER] = $this->headers;
327
-
328
(isset($this->options[CURLOPT_HTTP_VERSION]) or empty($this->http_version)) or $this->options[CURLOPT_HTTP_VERSION] = $this->http_version;
329
isset($this->options[CURLOPT_USERAGENT]) or $this->options[CURLOPT_USERAGENT] = self::USER_AGENT;
330
0 commit comments