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.
1 parent 052e1ec commit 24baf26Copy full SHA for 24baf26
http_client.rst
@@ -1001,6 +1001,13 @@ first and be read later on. This will allow the client to monitor all pending
1001
requests while your code waits for a specific one, as done in each iteration of
1002
the above "foreach" loop.
1003
1004
+.. note::
1005
+
1006
+ The maximum number of concurrent requests that you can perform depend on the
1007
+ resources of your machine (e.g. your operating system may limit the number
1008
+ of simultaneous reads of the file that stores the certificates file).
1009
+ Make your requests in batches to avoid these issues.
1010
1011
Multiplexing Responses
1012
~~~~~~~~~~~~~~~~~~~~~~
1013
0 commit comments