analyzer: make http3/quic handling more reliable
This commit is contained in:
@@ -59,6 +59,7 @@ func (s *quicStream) Feed(rev bool, data []byte) (u *analyzer.PropUpdate, done b
|
||||
s.invalidCount++
|
||||
return nil, s.invalidCount >= quicInvalidCountThreshold
|
||||
}
|
||||
s.invalidCount = 0
|
||||
for _, f := range frs {
|
||||
s.mergeFrame(f.Offset, f.Data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user