From 6481bce4b43f15b6f0c25b6043ad77396803847f Mon Sep 17 00:00:00 2001 From: fengweihao Date: Mon, 28 Nov 2022 16:27:08 +0800 Subject: [PATCH] =?UTF-8?q?TSG-12513=20=E4=BF=AE=E5=A4=8Dmonitor=E5=8A=A8?= =?UTF-8?q?=E4=BD=9C=EF=BC=8C=E5=8F=AA=E9=85=8D=E7=BD=AEip=E6=97=B6?= =?UTF-8?q?=E4=BA=A7=E7=94=9F=E9=87=8D=E5=A4=8D=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/business/tsg-http/src/tsg_http.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/business/tsg-http/src/tsg_http.cpp b/plugin/business/tsg-http/src/tsg_http.cpp index a0ce29f..8c20465 100644 --- a/plugin/business/tsg-http/src/tsg_http.cpp +++ b/plugin/business/tsg-http/src/tsg_http.cpp @@ -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;