From c782d923321f2c00d365800fdffca65a649db9eb Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 7 Jun 2023 20:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E7=BC=96?= =?UTF-8?q?=E8=AF=91=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_oss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/nodes/http_request_oss.go b/internal/nodes/http_request_oss.go index b65b2c4..71e705b 100644 --- a/internal/nodes/http_request_oss.go +++ b/internal/nodes/http_request_oss.go @@ -11,5 +11,5 @@ import ( func (this *HTTPRequest) doOSSOrigin(origin *serverconfigs.OriginConfig) (resp *http.Response, goNext bool, err error) { // stub - return nil, errors.New("not implemented") + return nil, false, errors.New("not implemented") }