forked from quic-go/quic-go
add error handling when confirming handshake on HANDSHAKE_DONE frames (#4017)
This commit is contained in:
@@ -1475,7 +1475,7 @@ func (s *connection) handleHandshakeDoneFrame() error {
|
||||
}
|
||||
}
|
||||
if !s.handshakeConfirmed {
|
||||
s.handleHandshakeConfirmed()
|
||||
return s.handleHandshakeConfirmed()
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user