[HttpClient] Fix perf issue when doing thousands of requests with curl

This commit is contained in:
Nicolas Grekas 2019-10-31 08:19:16 +01:00
parent e8b31ff608
commit e388b739ed
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ final class CurlResponse implements ResponseInterface
// Schedule the request in a non-blocking way
$multi->openHandles[$id] = [$ch, $options];
curl_multi_add_handle($multi->handle, $ch);
self::perform($multi);
}
/**