mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
fix: incorrect clientHelloBuildStatus after BuildHandshakeStateWithoutSession
This commit is contained in:
parent
f317de5eee
commit
e39486f81c
1 changed files with 1 additions and 1 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