mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
chore: remove accidental comments from code
This commit is contained in:
parent
86e2d5e29b
commit
f317de5eee
1 changed files with 0 additions and 3 deletions
|
@ -617,9 +617,6 @@ func (PSS PskIdentities) ToPrivate() []pskIdentity {
|
|||
|
||||
// ClientSessionState is public, but all its fields are private. Let's add setters, getters and constructor
|
||||
|
||||
// TODO! can we change this enought (or export SessionState),
|
||||
// such that we wouldn't need to fork crypto/tls?
|
||||
|
||||
// ClientSessionState contains the state needed by clients to resume TLS sessions.
|
||||
func MakeClientSessionState(
|
||||
SessionTicket []uint8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue