diff --git a/server/proxy/xtcp.go b/server/proxy/xtcp.go index f69d0790..bac7349e 100644 --- a/server/proxy/xtcp.go +++ b/server/proxy/xtcp.go @@ -43,6 +43,7 @@ func NewXTCPProxy(baseProxy *BaseProxy) Proxy { return &XTCPProxy{ BaseProxy: baseProxy, cfg: unwrapped, + closeCh: make(chan struct{}), } }