Skip to content

Commit 9aea44c

Browse files
[HttpClient] Fix perf issue when doing thousands of requests with curl
1 parent be9ecac commit 9aea44c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Response/CurlResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public function __construct(CurlClientState $multi, $ch, array $options = null,
142142
// Schedule the request in a non-blocking way
143143
$multi->openHandles[$id] = [$ch, $options];
144144
curl_multi_add_handle($multi->handle, $ch);
145-
self::perform($multi);
146145
}
147146

148147
/**

0 commit comments

Comments
 (0)