diff --git a/src/Adapter/Curl.php b/src/Adapter/Curl.php index 7f7f8ab..40d27ca 100644 --- a/src/Adapter/Curl.php +++ b/src/Adapter/Curl.php @@ -187,7 +187,6 @@ public function send( public function __destruct() { if ($this->handle !== null) { - curl_close($this->handle); $this->handle = null; } }