From 1192f15676886898ec27972d96a3c016e4f25d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Wed, 12 May 2021 16:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E4=B8=AD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=93=E5=AD=98=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request_cache.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/http_request_cache.go b/internal/nodes/http_request_cache.go index 046a5f1..08a89bb 100644 --- a/internal/nodes/http_request_cache.go +++ b/internal/nodes/http_request_cache.go @@ -97,6 +97,7 @@ func (this *HTTPRequest) doCacheRead() (shouldStop bool) { }() this.varMapping["cache.status"] = "HIT" + this.logAttrs["cache.status"] = "HIT" // 读取Header headerBuf := []byte{}