From 70944d04bb7fce37be13ab60a8f62cb0b280e804 Mon Sep 17 00:00:00 2001 From: Youssef Benhssaien Date: Sun, 13 Sep 2020 15:19:02 +0200 Subject: [PATCH] Update http_client.rst --- http_client.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/http_client.rst b/http_client.rst index 4cf88621e5c..c9eaf9007c9 100644 --- a/http_client.rst +++ b/http_client.rst @@ -197,10 +197,7 @@ The HTTP client also has one configuration option called .. code-block:: php-standalone - $client = HttpClient::create([ - 'max_host_connections' => 10, - // ... - ]); + $client = HttpClient::create([], 10); Scoping Client ~~~~~~~~~~~~~~