forked from quic-go/quic-go
removed parenthesis and added more detailed error description
This commit is contained in:
@@ -73,8 +73,8 @@ func (s *serverConfigClient) parseValues(tagMap map[Tag][]byte) error {
|
||||
break
|
||||
}
|
||||
}
|
||||
if (c255Foundat < 0) {
|
||||
return qerr.Error(qerr.CryptoNoSupport, "KEXS")
|
||||
if c255Foundat < 0 {
|
||||
return qerr.Error(qerr.CryptoNoSupport, "KEXS: Could not find C255, other key exchanges are not supported")
|
||||
}
|
||||
|
||||
// AEAD
|
||||
|
||||
Reference in New Issue
Block a user