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 9ad5fd9 + 91653b6 commit 7aaf655Copy full SHA for 7aaf655
http_client.rst
@@ -1091,6 +1091,13 @@ first and be read later on. This will allow the client to monitor all pending
1091
requests while your code waits for a specific one, as done in each iteration of
1092
the above "foreach" loop.
1093
1094
+.. note::
1095
+
1096
+ The maximum number of concurrent requests that you can perform depends on
1097
+ the resources of your machine (e.g. your operating system may limit the
1098
+ number of simultaneous reads of the file that stores the certificates
1099
+ file). Make your requests in batches to avoid these issues.
1100
1101
Multiplexing Responses
1102
~~~~~~~~~~~~~~~~~~~~~~
1103
0 commit comments