Replies: 2 comments
|
Yeah, your understanding looks correct to me. Go's In the collector's confighttp, Whether this should have a runtime signal is a fair question. The pragmatic answer: if you need to control connection count (rate limiting, resource caps), either set |
|
Your reading is still consistent with current
Relevant current source: If connection-count/idle-pool limits are requirements, set I would treat the missing runtime signal as an enhancement/documentation issue: the configuration is accepted intentionally, but a warning or validation error would prevent users from assuming the pool limits are effective. |
Uh oh!
There was an error while loading. Please reload this page.
I’m trying to understand the intended contract around ForceAttemptHTTP2 in confighttp.ClientConfig.
As I read the code today:
Is my understanding of the current behavior correct, and is it intended to be doc-only, or should users expect some runtime signal when HTTP/2 is enabled and these options are set?
Code references
Thanks.
All reactions