From 40f2ee241de396f324f56fe1785ff4715e704023 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 30 Aug 2022 12:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BF=E9=97=AE=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=90=8E=E7=BC=93=E5=AD=98Key=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E5=8F=82=E6=95=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/nodes/http_request.go b/internal/nodes/http_request.go index b65dc84..6af7547 100644 --- a/internal/nodes/http_request.go +++ b/internal/nodes/http_request.go @@ -1172,7 +1172,7 @@ func (this *HTTPRequest) requestRemoteUser() string { // Path 请求的URL中路径部分 func (this *HTTPRequest) Path() string { - uri, err := url.ParseRequestURI(this.rawURI) + uri, err := url.ParseRequestURI(this.uri) if err != nil { return "" }