From af87cc9f16f5b992b0e8f1b413f2ead70e34e213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 3 Jul 2022 22:09:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0UAM=EF=BC=885=E7=A7=92?= =?UTF-8?q?=E7=9B=BE=EF=BC=89=E9=9B=86=E7=BE=A4=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/http_request.go b/internal/nodes/http_request.go index 496514d..02b6bc2 100644 --- a/internal/nodes/http_request.go +++ b/internal/nodes/http_request.go @@ -281,6 +281,7 @@ func (this *HTTPRequest) doBegin() { } } } else if this.ReqServer.UAM != nil && this.ReqServer.UAM.IsOn { + this.web.UAM = this.ReqServer.UAM if this.doUAM() { this.doEnd() return