From 3dd888a9eac783139ed34b445817e4a50a99a9bf Mon Sep 17 00:00:00 2001 From: Blizard Date: Thu, 24 Jun 2021 16:33:52 +0800 Subject: [PATCH] fix: stuct name typo (#2458) Co-authored-by: tanghuafa --- pkg/plugin/client/http2https.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugin/client/http2https.go b/pkg/plugin/client/http2https.go index ddf559a..3074cdd 100644 --- a/pkg/plugin/client/http2https.go +++ b/pkg/plugin/client/http2https.go @@ -60,7 +60,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) { listener := NewProxyListener() - p := &HTTPS2HTTPPlugin{ + p := &HTTP2HTTPSPlugin{ localAddr: localAddr, hostHeaderRewrite: hostHeaderRewrite, headers: headers, -- GitLab