8000 Merge branch '5.2' into 5.3 · Tobion/symfony-docs@e8fc747 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8fc747

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: [HttpClient] Add a note about concurrent requests
2 parents 12d52ea + 7aaf655 commit e8fc747

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

http_client.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,13 @@ first and be read later on. This will allow the client to monitor all pending
10971097
requests while your code waits for a specific one, as done in each iteration of
10981098
the above "foreach" loop.
10991099

1100+
.. note::
1101+
1102+
The maximum number of concurrent requests that you can perform depends on
1103+
the resources of your machine (e.g. your operating system may limit the
1104+
number of simultaneous reads of the file that stores the certificates
1105+
file). Make your requests in batches to avoid these issues.
1106+
11001107
Multiplexing Responses
11011108
~~~~~~~~~~~~~~~~~~~~~~
11021109

0 commit comments

Comments
 (0)
0