From d5d491e9c25a122792f583895a03e27678efd3bf Mon Sep 17 00:00:00 2001 From: adnano Date: Fri, 25 Sep 2020 23:29:26 -0400 Subject: [PATCH] Fix misleading comment --- client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client.go b/client.go index 1e84a25..2b62e03 100644 --- a/client.go +++ b/client.go @@ -27,7 +27,6 @@ type Request struct { URL *url.URL // For client requests, Host specifies the host on which the URL is sought. - // If this field is empty, the host will be inferred from the URL. // This field is ignored by the server. Host string