0
0
mirror of https://github.com/XTLS/REALITY.git synced 2025-08-23 06:58:39 +00:00

crypto/tls: normalize spelling of "ClientHello" in comments

Change-Id: I2b62fb37ae390c42682354eaa2a9d03159563b6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/637179
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
yuhan6665 2025-05-10 15:08:48 -04:00
parent a102c2f5af
commit 4711d35b15
2 changed files with 3 additions and 3 deletions

View File

@ -456,7 +456,7 @@ type ClientHelloInfo struct {
SupportedVersions []uint16 SupportedVersions []uint16
// Extensions lists the IDs of the extensions presented by the client // Extensions lists the IDs of the extensions presented by the client
// in the client hello. // in the ClientHello.
Extensions []uint16 Extensions []uint16
// Conn is the underlying net.Conn for the connection. Do not read // Conn is the underlying net.Conn for the connection. Do not read