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 @@ -170,8 +170,9 @@ Some options are described in this guide:
170
170
Check out the full :ref: `http_client config reference <reference-http-client >`
171
171
to learn about all the options.
172
172
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:
175
176
176
177
.. configuration-block ::
177
178
@@ -1342,6 +1343,9 @@ code waits only when necessary.
1342
1343
or access to certificate files). To avoid hitting these limits, consider
1343
1344
processing requests in batches.
1344
1345
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
+
1345
1349
Multiplexing Responses
1346
1350
~~~~~~~~~~~~~~~~~~~~~~
1347
1351
Original file line number Diff line number Diff line change @@ -1719,6 +1719,8 @@ max_duration
1719
1719
The maximum execution time, in seconds, that the request and the response are
1720
1720
allowed to take. A value lower than or equal to 0 means it is unlimited.
1721
1721
1722
+ .. _reference-http-client-max-host-connections :
1723
+
1722
1724
max_host_connections
1723
1725
....................
1724
1726
You can’t perform that action at this time.
0 commit comments