Skip to content

Commit

Permalink
Update libbeat/esleg/eslegclient/connection.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Queiroz <[email protected]>
  • Loading branch information
sakurai-youhei and belimawr authored Oct 28, 2023
1 parent 577a9ce commit 6e5bc24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libbeat/esleg/eslegclient/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ func (conn *Connection) Close() error {
return nil
}

type httpClientProxySettings struct {
*httpcommon.HTTPClientProxySettings
}
type httpClientProxySettings httpcommon.HTTPClientProxySettings

// ProxyDialer is a dialer that can be registered to golang.org/x/net/proxy
func (settings *httpClientProxySettings) ProxyDialer(_ *url.URL, forward proxy.Dialer) (proxy.Dialer, error) {
Expand Down

0 comments on commit 6e5bc24

Please sign in to comment.