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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,