Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 24baf26

Browse filesBrowse files
committed
[HttpClient] Add a note about concurrent requests
1 parent 052e1ec commit 24baf26
Copy full SHA for 24baf26

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎http_client.rst

Copy file name to clipboardExpand all lines: http_client.rst
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,13 @@ first and be read later on. This will allow the client to monitor all pending
10011001
requests while your code waits for a specific one, as done in each iteration of
10021002
the above "foreach" loop.
10031003

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+
10041011
Multiplexing Responses
10051012
~~~~~~~~~~~~~~~~~~~~~~
10061013

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.