File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ Some options are described in this guide:
167167Check out the full :ref: `http_client config reference <reference-http-client >`
168168to learn about all the options.
169169
170- The HTTP client also has one configuration option called
171- ``max_host_connections ``, this option can not be overridden by a request:
170+ The HTTP client also has a configuration option called
171+ :ref: `max_host_connections <reference-http-client-max-host-connections >`.
172+ This option cannot be overridden per request:
172173
173174.. configuration-block ::
174175
@@ -1355,9 +1356,8 @@ code waits only when necessary.
13551356 or access to certificate files). To avoid hitting these limits, consider
13561357 processing requests in batches.
13571358
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 >`.
1359+ There is, however, a maximum amount of concurrent connections that can be open
1360+ per host (``6 `` by default). See :ref: `max_host_connections <reference-http-client-max-host-connections >`.
13611361
13621362Multiplexing Responses
13631363~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -1129,6 +1129,8 @@ max_duration
11291129The maximum execution time, in seconds, that the request and the response are
11301130allowed to take. A value lower than or equal to 0 means it is unlimited.
11311131
1132+ .. _reference-http-client-max-host-connections :
1133+
11321134max_host_connections
11331135....................
11341136
You can’t perform that action at this time.
0 commit comments