From ea41c9b0b3edea3a57761f599327b400a347cce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Wed, 5 Apr 2023 16:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E8=AE=B0=E5=BD=95=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request_health_check.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/nodes/http_request_health_check.go b/internal/nodes/http_request_health_check.go index 8d83100..e86aef7 100644 --- a/internal/nodes/http_request_health_check.go +++ b/internal/nodes/http_request_health_check.go @@ -21,6 +21,8 @@ func (this *HTTPRequest) doHealthCheck(key string, isHealthCheck *bool) (stop bo } *isHealthCheck = true + this.web.StatRef = nil + if !data.GetBool("accessLogIsOn") { this.disableLog = true }