remove the EncryptionUnspecified enum value

This commit is contained in:
Marten Seemann 2020-08-21 13:01:02 +07:00
parent ebe051b2cc
commit bbd9fa4862
6 changed files with 19 additions and 19 deletions

View file

@ -42,7 +42,7 @@ var _ = Describe("SentPacketHandler", func() {
}
ackElicitingPacket := func(p *Packet) *Packet {
if p.EncryptionLevel == protocol.EncryptionUnspecified {
if p.EncryptionLevel == 0 {
p.EncryptionLevel = protocol.Encryption1RTT
}
if p.Length == 0 {