mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
Fixes session ticket / PSK not set (#302)
* Add setters for SessionState fields createdAt, UseBy, and AgeAdd * chore: remove accidental comments from code * fix: incorrect clientHelloBuildStatus after BuildHandshakeStateWithoutSession Reviewed-by: Gaukas Wang <i@gaukas.wang> * chore: add empty lines between functions Signed-off-by: Gaukas Wang <i@gaukas.wang> --------- Signed-off-by: Gaukas Wang <i@gaukas.wang> Co-authored-by: Gaukas Wang <i@gaukas.wang>
This commit is contained in:
parent
206f659ab4
commit
841ef93712
2 changed files with 28 additions and 4 deletions
|
@ -154,9 +154,9 @@ func (uconn *UConn) buildHandshakeState(loadSession bool) error {
|
|||
if loadSession {
|
||||
uconn.uApplyPatch()
|
||||
uconn.sessionController.finalCheck()
|
||||
uconn.clientHelloBuildStatus = BuildByUtls
|
||||
}
|
||||
|
||||
uconn.clientHelloBuildStatus = BuildByUtls
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue