From bbb64fb406a862917f2ca6d88108c9a716f8fcba Mon Sep 17 00:00:00 2001 From: SarthakTessell Date: Wed, 4 Oct 2023 18:52:14 +0530 Subject: [PATCH] commit --- 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 44cf989c..338b8995 100644 --- a/pkg/plugin/client/http2https.go +++ b/pkg/plugin/client/http2https.go @@ -55,7 +55,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) { } if localAddr == "" { - return nil, fmt.Errorf("plugin_local_addr is required") + return nil, fmt.Errorf("plugin_local_addr is require") } listener := NewProxyListener()