diff --git a/http_client.rst b/http_client.rst index 15a3a9ef8a8..3904368d50f 100644 --- a/http_client.rst +++ b/http_client.rst @@ -1355,6 +1355,10 @@ code waits only when necessary. or access to certificate files). To avoid hitting these limits, consider processing requests in batches. + There is however a maximum amount of concurrent connections that can be open + per host (6 by default). See + :doc:`max_host_connections `. + Multiplexing Responses ~~~~~~~~~~~~~~~~~~~~~~