You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments