tris: fix typos
This commit is contained in:
parent
4b944d1428
commit
d4b8398461
2
13.go
2
13.go
@ -25,7 +25,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// numSessionTickets is the number of different session tickets the
|
// numSessionTickets is the number of different session tickets the
|
||||||
// server sends to a TLS 1.3 client, whom will use each only once.
|
// server sends to a TLS 1.3 client, who will use each only once.
|
||||||
const numSessionTickets = 2
|
const numSessionTickets = 2
|
||||||
|
|
||||||
func (hs *serverHandshakeState) doTLS13Handshake() error {
|
func (hs *serverHandshakeState) doTLS13Handshake() error {
|
||||||
|
Loading…
Reference in New Issue
Block a user