Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DnsNameResolver: Limit connect timeout to query timeout (#13778)
Motivation: We should not use the default connect timeout (10s) but better use the query timeout as the limit Modifications: Use query timeout as connect timeout if any is configured Result: Faster failing connect timeouts when using TCP fallback
- Loading branch information