Skip to content

Commit 4bdc53d

Browse files
authored
Update http_client.rst
1 parent a8c12f4 commit 4bdc53d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

http_client.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,7 @@ The HTTP client also has one configuration option called
193193
194194
.. code-block:: php-standalone
195195
196-
$client = HttpClient::create([
197-
'max_host_connections' => 10,
198-
// ...
199-
]);
196+
$client = HttpClient::create([], 10);
200197
201198
Scoping Client
202199
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)