浏览代码

tris: fix typos

v1.2.3
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 {


正在加载...
取消
保存