analyzer: make http3/quic handling more reliable
Some checks failed
Quality check / Static analysis (push) Has been cancelled
Quality check / Tests (push) Has been cancelled

This commit is contained in:
2026-02-11 15:32:29 +05:30
parent 20294716e3
commit fdfe61457c
4 changed files with 34 additions and 0 deletions

View File

@@ -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)
}