From 3a5c2bf06a856832a1838426013780ffd20d8023 Mon Sep 17 00:00:00 2001 From: Sword Date: Tue, 24 Dec 2024 17:36:40 +0900 Subject: [PATCH] Update pkg/util/vhost/http.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/util/vhost/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/vhost/http.go b/pkg/util/vhost/http.go index 8b449eda..0b1cd322 100644 --- a/pkg/util/vhost/http.go +++ b/pkg/util/vhost/http.go @@ -103,7 +103,7 @@ func NewHTTPReverseProxy(option HTTPReverseProxyOptions, vhostRouter *Routers) * return nil, nil }, } - // alrough register http protocol with a h2t, but it's only used for grpc. + // although register http protocol with a h2t, but it's only used for grpc. // for normal http request, it still uses h1t. h1t.RegisterProtocol("http", &grpcSwitchH2Transport{h2t: h2t})