mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
fix: stuct name typo (#2458)
Co-authored-by: tanghuafa <tanghuafa@bytedance.com>
This commit is contained in:
@@ -60,7 +60,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) {
|
|||||||
|
|
||||||
listener := NewProxyListener()
|
listener := NewProxyListener()
|
||||||
|
|
||||||
p := &HTTPS2HTTPPlugin{
|
p := &HTTP2HTTPSPlugin{
|
||||||
localAddr: localAddr,
|
localAddr: localAddr,
|
||||||
hostHeaderRewrite: hostHeaderRewrite,
|
hostHeaderRewrite: hostHeaderRewrite,
|
||||||
headers: headers,
|
headers: headers,
|
||||||
|
|||||||
Reference in New Issue
Block a user