1
0

tris: fix typos

Este cometimento está contido em:
Henry de Valence 2017-06-01 14:09:33 -07:00 cometido por Peter Wu
ascendente 4b944d1428
cometimento d4b8398461

2
13.go
Ver ficheiro

@ -25,7 +25,7 @@ import (
)
// 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
func (hs *serverHandshakeState) doTLS13Handshake() error {