We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba19137 commit 3504d3aCopy full SHA for 3504d3a
dnshostprovider.go
@@ -32,7 +32,6 @@ func (o lookupTimeoutOption) apply(provider *DNSHostProvider) {
32
provider.lookupTimeout = o.timeout
33
}
34
35
-
36
// DNSHostProvider is the default HostProvider. It currently matches
37
// the Java StaticHostProvider, resolving hosts from DNS once during
38
// the call to Init. It could be easily extended to re-query DNS
0 commit comments