File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,9 @@ Some options are described in this guide:
175
175
Check out the full :ref: `http_client config reference <reference-http-client >`
176
176
to learn about all the options.
177
177
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:
180
181
181
182
.. configuration-block ::
182
183
@@ -1343,6 +1344,9 @@ code waits only when necessary.
1343
1344
or access to certificate files). To avoid hitting these limits, consider
1344
1345
processing requests in batches.
1345
1346
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
+
1346
1350
Multiplexing Responses
1347
1351
~~~~~~~~~~~~~~~~~~~~~~
1348
1352
Original file line number Diff line number Diff line change @@ -1740,6 +1740,8 @@ max_duration
1740
1740
The maximum execution time, in seconds, that the request and the response are
1741
1741
allowed to take. A value lower than or equal to 0 means it is unlimited.
1742
1742
1743
+ .. _reference-http-client-max-host-connections :
1744
+
1743
1745
max_host_connections
1744
1746
....................
1745
1747
You can’t perform that action at this time.
0 commit comments