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

Skip to content

Commit 32ae923

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Fix some RST issues Add note about concurrency limits
2 parents 329dac7 + b08c612 commit 32ae923

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
@@ -175,8 +175,9 @@ Some options are described in this guide:
175175
Check out the full :ref:`http_client config reference <reference-http-client>`
176176
to learn about all the options.
177177

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

181182
.. configuration-block::
182183

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

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

reference/configuration/framework.rst

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

1743+
.. _reference-http-client-max-host-connections:
1744+
17431745
max_host_connections
17441746
....................
17451747

0 commit comments

Comments
 (0)