Skip to content

Commit

Permalink
unnecessary nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jun 3, 2021
1 parent 29cc79d commit a87df1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream/upstream_doh.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (p *dnsOverHTTPS) createTransport() (*http.Transport, error) {
}
// It appears that this is important to explicitly configure transport to use HTTP2
// Relevant issue: https://github.com/AdguardTeam/dnsproxy/issues/11
_, err = http2.ConfigureTransports(transport) // nolint
_, err = http2.ConfigureTransports(transport)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit a87df1e

Please sign in to comment.