There was an error while loading. Please reload this page.
1 parent 27383a5 commit 8483842Copy full SHA for 8483842
src/Symfony/Component/HttpClient/CurlHttpClient.php
@@ -55,7 +55,7 @@ final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface
55
*
56
* @see HttpClientInterface::OPTIONS_DEFAULTS for available options
57
*/
58
- public function __construct(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 0)
+ public function __construct(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50)
59
{
60
if (!\extension_loaded('curl')) {
61
throw new \LogicException('You cannot use the "Symfony\Component\HttpClient\CurlHttpClient" as the "curl" extension is not installed.');
0 commit comments