diff options
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. |