We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d52ea + 7aaf655 commit e8fc747Copy full SHA for e8fc747
http_client.rst
@@ -1097,6 +1097,13 @@ first and be read later on. This will allow the client to monitor all pending
1097
requests while your code waits for a specific one, as done in each iteration of
1098
the above "foreach" loop.
1099
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
1107
Multiplexing Responses
1108
~~~~~~~~~~~~~~~~~~~~~~
1109
0 commit comments