TSG-12513 修复monitor动作,只配置ip时产生重复日志

This commit is contained in:
fengweihao
2022-11-28 16:27:08 +08:00
parent 5654924f00
commit 6481bce4b4

View File

@@ -2700,6 +2700,7 @@ enum proxy_action http_scan(const struct tfe_http_session * session, enum tfe_ht
TFE_LOG_INFO(g_proxy_rt->local_logger, "Multiple rules matched: url=%s num=%lu ids=%s execute=%d.",
session->req->req_spec.url, hit_cnt, buff, ctx->enforce_rules[0].config_id);
}
ctx->hit_cnt=0;
}
__out:
return ctx->action;