fix: stuct name typo (#2458)

Co-authored-by: tanghuafa <tanghuafa@bytedance.com>
This commit is contained in:
Blizard
2021-06-24 16:33:52 +08:00
committed by GitHub
parent a51e221db3
commit 3dd888a9ea

View File

@@ -60,7 +60,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) {
listener := NewProxyListener()
p := &HTTPS2HTTPPlugin{
p := &HTTP2HTTPSPlugin{
localAddr: localAddr,
hostHeaderRewrite: hostHeaderRewrite,
headers: headers,