Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7aaf655

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [HttpClient] Add a note about concurrent requests
2 parents9ad5fd9 +91653b6 commit7aaf655

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
@@ -1091,6 +1091,13 @@ first and be read later on. This will allow the client to monitor all pending
10911091
requests while your code waits for a specific one, as done in each iteration of
10921092
the above "foreach" loop.
10931093

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+
10941101
Multiplexing Responses
10951102
~~~~~~~~~~~~~~~~~~~~~~
10961103

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp