mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
parent
75eb8e9e80
commit
428ca2ca29
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ type sessionController struct {
|
|||
func newSessionController(uconn *UConn) *sessionController {
|
||||
return &sessionController{
|
||||
uconnRef: uconn,
|
||||
sessionTicketExt: &SessionTicketExtension{},
|
||||
pskExtension: &UtlsPreSharedKeyExtension{},
|
||||
sessionTicketExt: nil,
|
||||
pskExtension: nil,
|
||||
state: NoSession,
|
||||
locked: false,
|
||||
callingLoadSession: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue