ソースを参照

tris: fix typos

tls13
Henry de Valence 7年前
committed by Peter Wu
コミット
d4b8398461
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      13.go

+ 1
- 1
13.go ファイルの表示

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


読み込み中…
キャンセル
保存