Skip to content

Commit 5b577dc

Browse files
committed
Merge branch '5.1'
* 5.1: Update http_client.rst
2 parents 005f386 + 12734ed commit 5b577dc

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)