Skip to content

Commit 7900a2a

Browse files
authored
Add note about concurrency limits
1 parent 5a9f435 commit 7900a2a

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)