Fix misleading comment

This commit is contained in:
adnano 2020-09-25 23:29:26 -04:00
parent 1f3587ba9d
commit d5d491e9c2

View File

@ -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