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,