Skip to content

Commit 8360999

Browse files
committed
minor #21128 [HttpClient] Add note about concurrency limits (Seldaek)
This PR was merged into the 6.4 branch. Discussion ---------- [HttpClient] Add note about concurrency limits This is kind of an issue report with a half-assed attempt at fixing it.. `@nicolas`-grekas probably should take a look, update wording if needed, and possibly the doc link is borked because I don't know what I am doing with rst.. BUT anyway this is misleading and should be fixed :) Commits ------- 7900a2a Add note about concurrency limits
2 parents 01915d0 + 7900a2a commit 8360999

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

http_client.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,10 @@ code waits only when necessary.
13551355
or access to certificate files). To avoid hitting these limits, consider
13561356
processing requests in batches.
13571357

1358+
There is however a maximum amount of concurrent connections that can be open
1359+
per host (6 by default). See
1360+
:doc:`max_host_connections </configuration/framework.html#max-host-connections>`.
1361+
13581362
Multiplexing Responses
13591363
~~~~~~~~~~~~~~~~~~~~~~
13601364

0 commit comments

Comments
 (0)