Update comments

This commit is contained in:
Adnan Maolood
2021-01-10 01:07:38 -05:00
parent d8c5da1c7c
commit 5e977250ec
2 changed files with 2 additions and 3 deletions

View File

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