diff --git a/transport/gun/server.go b/transport/gun/server.go index 4f27891f..4c5280f7 100644 --- a/transport/gun/server.go +++ b/transport/gun/server.go @@ -112,11 +112,6 @@ func (w *h2ConnWrapper) CloseWrapper() { w.closed = true } -func (w *h2ConnWrapper) Close() error { - w.CloseWrapper() - return w.ExtendedConn.Close() -} - func (w *h2ConnWrapper) Upstream() any { return w.ExtendedConn }