mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-02 03:27:35 +03:00
chore: note for bugrisk
Signed-off-by: Gaukas Wang <i@gaukas.wang>
This commit is contained in:
parent
258eeafc94
commit
dd2ffe0d6e
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ func (s *sessionController) shouldUpdateBinders() bool {
|
|||
|
||||
func (s *sessionController) updateBinders() {
|
||||
uAssert(s.shouldUpdateBinders(), "tls: updateBinders failed: shouldn't update binders")
|
||||
s.pskExtension.PatchBuiltHello(s.uconnRef.HandshakeState.Hello)
|
||||
s.pskExtension.PatchBuiltHello(s.uconnRef.HandshakeState.Hello) // bugrisk: retured error is ignored
|
||||
}
|
||||
|
||||
func (s *sessionController) overrideExtension(extension Initializable, override func(), initializedState sessionControllerState) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue