mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-05 15:27:56 +00:00
Re-use close method
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ class Curl {
|
||||
public function close() {
|
||||
if ($this->_multi_parent) {
|
||||
foreach ($this->curls as $curl) {
|
||||
curl_close($curl->curl);
|
||||
$curl->close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user