Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d44e5a9

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Fix some RST issues Add note about concurrency limits
2 parents 221915d + 32ae923 commit d44e5a9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

http_client.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ Some options are described in this guide:
170170
Check out the full :ref:`http_client config reference <reference-http-client>`
171171
to learn about all the options.
172172

173-
The HTTP client also has one configuration option called
174-
``max_host_connections``, this option can not be overridden by a request:
173+
The HTTP client also has a configuration option called
174+
:ref:`max_host_connections <reference-http-client-max-host-connections>`.
175+
This option cannot be overridden per request:
175176

176177
.. configuration-block::
177178

@@ -1342,6 +1343,9 @@ code waits only when necessary.
13421343
or access to certificate files). To avoid hitting these limits, consider
13431344
processing requests in batches.
13441345

1346+
There is, however, a maximum amount of concurrent connections that can be open
1347+
per host (``6`` by default). See :ref:`max_host_connections <reference-http-client-max-host-connections>`.
1348+
13451349
Multiplexing Responses
13461350
~~~~~~~~~~~~~~~~~~~~~~
13471351

reference/configuration/framework.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,8 @@ max_duration
17191719
The maximum execution time, in seconds, that the request and the response are
17201720
allowed to take. A value lower than or equal to 0 means it is unlimited.
17211721

1722+
.. _reference-http-client-max-host-connections:
1723+
17221724
max_host_connections
17231725
....................
17241726

0 commit comments

Comments
 (0)