Skip to content

Commit 12734ed

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Update http_client.rst
2 parents 21ac90c + 9da4f0d commit 12734ed

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)