ing
This commit is contained in:
@@ -116,7 +116,7 @@ func hadlePrePacket(matchCtx *osm.MatchCtx, _connector connector, conn net.Conn,
|
||||
LOOP:
|
||||
for _, _matcher := range matchers {
|
||||
matchCtx.InitAttribute()
|
||||
if err := _matcher.Match(matchCtx, 0, packet); err != nil {
|
||||
if err := _matcher.Match(matchCtx, 0, packet); nil != err {
|
||||
continue LOOP
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user