forked from quic-go/quic-go
ackhandler: fix resetting of packet.isPathProbePacket (#5310)
This commit is contained in:
@@ -44,6 +44,7 @@ func getPacket() *packet {
|
||||
p.includedInBytesInFlight = false
|
||||
p.declaredLost = false
|
||||
p.skippedPacket = false
|
||||
p.isPathProbePacket = false
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user