Skip to content

Commit

Permalink
add error handling when confirming handshake on HANDSHAKE_DONE frames (
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Aug 5, 2023
1 parent 18d3846 commit 26c6fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ func (s *connection) handleHandshakeDoneFrame() error {
}
}
if !s.handshakeConfirmed {
s.handleHandshakeConfirmed()
return s.handleHandshakeConfirmed()
}
return nil
}
Expand Down

0 comments on commit 26c6fcc

Please sign in to comment.