[Fixed]尝试修复PASS空指针问题

[Chore]调整workflows测试
This commit is contained in:
Meta
2022-03-28 16:36:34 +08:00
parent 64a5fd02da
commit ffff1418f2
5 changed files with 24 additions and 103 deletions

View File

@ -369,6 +369,7 @@ func match(metadata *C.Metadata) (C.Proxy, C.Rule, error) {
}
if adapter.Type() == C.Pass || (adapter.Unwrap(metadata) != nil && adapter.Unwrap(metadata).Type() == C.Pass) {
log.Debugln("%s match Pass rule", adapter.Name())
continue
}