We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131125 commit efb99d9Copy full SHA for efb99d9
packet/flow.go
@@ -64,7 +64,7 @@ func (sft *FlowTracker) Register(id FlowID, flow *Flow, shouldReplace bool) (rep
64
return false
65
}
66
67
- if shouldReplace && isSameFlow(currentFlow, flow) {
+ if shouldReplace && !isSameFlow(currentFlow, flow) {
68
sft.flows[id] = flow
69
return true
70
0 commit comments