From b50326e591a5989efdd721ccdfc04a7aefe9bd5d Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Thu, 15 Jul 2021 03:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.ReverseProxy/GithubHttpClientHanlder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub.ReverseProxy/GithubHttpClientHanlder.cs b/FastGithub.ReverseProxy/GithubHttpClientHanlder.cs index b60f2f9..38ba9d5 100644 --- a/FastGithub.ReverseProxy/GithubHttpClientHanlder.cs +++ b/FastGithub.ReverseProxy/GithubHttpClientHanlder.cs @@ -85,7 +85,7 @@ namespace FastGithub.ReverseProxy var address = this.Resolve(uri.Host); if (address != null) { - this.logger.LogInformation($"使用{address}请求{uri.Host}"); + this.logger.LogInformation($"使用{address} No SNI请求{uri.Host}"); var builder = new UriBuilder(uri) { Host = address.ToString()