1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-20 07:21:53 +02:00
This commit is contained in:
adnano 2020-10-13 20:24:06 -04:00
parent e09d6659b4
commit 5fd0817588

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
}