diff options
| author | adnano <[email protected]> | 2020-09-25 23:29:26 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-25 23:29:26 -0400 |
| commit | d5d491e9c25a122792f583895a03e27678efd3bf (patch) | |
| tree | ae07f7e4ffe7c5158477d60abb2794b48fdd5df5 /client.go | |
| parent | Distinguish client errors from server errors (diff) | |
| download | go-gemini-d5d491e9c25a122792f583895a03e27678efd3bf.tar.xz go-gemini-d5d491e9c25a122792f583895a03e27678efd3bf.zip | |
Fix misleading comment
Diffstat (limited to 'client.go')
| -rw-r--r-- | client.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |