Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed May 9, 2024
1 parent 4614120 commit 4c4ae84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/enginenetx/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,7 @@ func newHTTPSDialerPolicy(
// in case there's a proxy URL, we're going to trust the proxy to do the right thing and
// know what it's doing, hence we'll have a very simple DNS policy
if proxyURL != nil {
return &dnsPolicy{
Logger: logger,
Resolver: resolver,
}
return &dnsPolicy{logger, resolver}
}

// create a policy interleaving stats policies and bridges policies
Expand Down

0 comments on commit 4c4ae84

Please sign in to comment.