forked from quic-go/quic-go
remove the EncryptionUnspecified enum value
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user