remove all references to Public Resets in comments

This commit is contained in:
Marten Seemann 2018-11-28 11:58:05 +07:00
parent 92edfc16ea
commit aba2c3d031
3 changed files with 2 additions and 6 deletions

View file

@ -58,7 +58,6 @@ func (u *packetUnpacker) Unpack(headerBinary []byte, hdr *wire.ExtendedHeader, d
encryptionLevel = protocol.Encryption1RTT
}
if err != nil {
// Wrap err in quicError so that public reset is sent by session
return nil, qerr.Error(qerr.DecryptionFailure, err.Error())
}