Skip to content

Commit 64e132a

Browse files
authored
Remove deprecated curl_close calls (#164)
1 parent 8a2e3a8 commit 64e132a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Storage/Device/S3.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ protected function call(string $operation, string $method, string $uri, string $
802802

803803
return $response;
804804
} finally {
805-
\curl_close($curl);
806805

807806
$this->storageOperationTelemetry->record(
808807
microtime(true) - $startTime,

0 commit comments

Comments
 (0)