diff options
| author | Adnan Maolood <[email protected]> | 2021-01-10 01:07:38 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-01-10 01:07:38 -0500 |
| commit | 5e977250ecdbf2ca033694d014d14466e54bb615 (patch) | |
| tree | 1d02eee4fdbfebd98699af81c3d52d04576158aa /request.go | |
| parent | Update link to documentation (diff) | |
| download | go-gemini-5e977250ecdbf2ca033694d014d14466e54bb615.tar.xz go-gemini-5e977250ecdbf2ca033694d014d14466e54bb615.zip | |
Update comments
Diffstat (limited to 'request.go')
| -rw-r--r-- | request.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |