mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
fix: connection state locked never called (#178)
Implication is ALPS peer settings are never copied to the connection state.
This commit is contained in:
parent
7aa684a354
commit
8dc35bef36
1 changed files with 3 additions and 0 deletions
3
conn.go
3
conn.go
|
@ -1551,6 +1551,9 @@ func (c *Conn) connectionStateLocked() ConnectionState {
|
||||||
} else {
|
} else {
|
||||||
state.ekm = c.ekm
|
state.ekm = c.ekm
|
||||||
}
|
}
|
||||||
|
// [UTLS SECTION START]
|
||||||
|
c.utlsConnectionStateLocked(&state)
|
||||||
|
// [UTLS SECTION END]
|
||||||
return state
|
return state
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue