aboutsummaryrefslogtreecommitdiff
path: root/request.go
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-01-10 01:07:38 -0500
committerAdnan Maolood <[email protected]>2021-01-10 01:07:38 -0500
commit5e977250ecdbf2ca033694d014d14466e54bb615 (patch)
tree1d02eee4fdbfebd98699af81c3d52d04576158aa /request.go
parentUpdate link to documentation (diff)
downloadgo-gemini-5e977250ecdbf2ca033694d014d14466e54bb615.tar.xz
go-gemini-5e977250ecdbf2ca033694d014d14466e54bb615.zip
Update comments
Diffstat (limited to 'request.go')
-rw-r--r--request.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/request.go b/request.go
index 03ea062..32cd1ab 100644
--- a/request.go
+++ b/request.go
@@ -21,7 +21,6 @@ type Request struct {
Host string
// Certificate specifies the TLS certificate to use for the request.
- // Request certificates take precedence over client certificates.
//
// On the server side, if the client provided a certificate then
// Certificate.Leaf is guaranteed to be non-nil.