We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afc327 commit 0ffc54bCopy full SHA for 0ffc54b
src/Psr18/CurlHandle.php
@@ -51,8 +51,6 @@ public function __construct(RequestInterface $request, ResponseInterface $respon
51
$this->response = $response;
52
$this->options = $options;
53
$this->curl = \curl_init();
54
-
55
- \curl_setopt_array($this->curl, $this->options->curl_options);
56
}
57
58
/**
0 commit comments