Skip to content

Commit 70944d0

Browse files
ybenhssaienjaviereguiluz
authored andcommitted
Update http_client.rst
1 parent e21c334 commit 70944d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

http_client.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,7 @@ The HTTP client also has one configuration option called
197197
198198
.. code-block:: php-standalone
199199
200-
$client = HttpClient::create([
201-
'max_host_connections' => 10,
202-
// ...
203-
]);
200+
$client = HttpClient::create([], 10);
204201
205202
Scoping Client
206203
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)