This commit is contained in:
adnano 2020-10-13 20:24:06 -04:00
parent faf94d8ba5
commit 7396bae85e

View File

@ -31,7 +31,7 @@ type Request struct {
RemoteAddr net.Addr
// TLS allows servers and other software to record information about the TLS
// connection on which the request was recieved.
// connection on which the request was received.
// This field is ignored by the client.
TLS tls.ConnectionState
}