From 47c24b4aa81786cf152a9cc3295960d84b653d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 2 Jul 2023 11:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96OSS=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request_reverse_proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/nodes/http_request_reverse_proxy.go b/internal/nodes/http_request_reverse_proxy.go index b0ac09c..0edf89a 100644 --- a/internal/nodes/http_request_reverse_proxy.go +++ b/internal/nodes/http_request_reverse_proxy.go @@ -286,7 +286,7 @@ func (this *HTTPRequest) doOriginRequest(failedOriginIds []int64, failedLnNodeId resp, requestErr = client.Do(this.RawReq) } else if origin.OSS != nil { // OSS源站 var goNext bool - resp, goNext, requestErrCode, requestErr = this.doOSSOrigin(origin) + resp, goNext, requestErrCode, _, requestErr = this.doOSSOrigin(origin) if requestErr == nil { if resp == nil || !goNext { return