Skip to content

Commit

Permalink
fix: connection state locked never called (#178)
Browse files Browse the repository at this point in the history
Implication is ALPS peer settings are never copied to the connection state.
  • Loading branch information
blakebyrnes authored Apr 2, 2023
1 parent 7aa684a commit 8dc35be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,9 @@ func (c *Conn) connectionStateLocked() ConnectionState {
} else {
state.ekm = c.ekm
}
// [UTLS SECTION START]
c.utlsConnectionStateLocked(&state)
// [UTLS SECTION END]
return state
}

Expand Down

0 comments on commit 8dc35be

Please # to comment.