From 420fe02cac3b22355d4d70a5d5811a91ebd75238 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 22 Apr 2024 12:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_client_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/nodes/http_client_pool.go b/internal/nodes/http_client_pool.go index 692cf1e..a16868c 100644 --- a/internal/nodes/http_client_pool.go +++ b/internal/nodes/http_client_pool.go @@ -71,7 +71,7 @@ func (this *HTTPClientPool) Client(req *HTTPRequest, urlPort = "443" } - originHost = originHost + ":" + urlPort + originHost += ":" + urlPort } var rawKey = origin.UniqueKey() + "@" + originAddr + "@" + originHost