diff --git a/pkg/client/client.go b/pkg/client/client.go index eba9f06c4..56f3bc294 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -44,8 +44,6 @@ var DefaultHTTPProtocol = "http" type Client struct { // Timeout on HTTP connections. HTTPTimeout time.Duration - // The remote host - Host string // The protocol. Currently only http and https are supported. Protocol string // Transport