chore: remove unused code in h2ConnWrapper

This commit is contained in:
wwqgtxx
2026-04-05 17:05:30 +08:00
parent 4f5ad974ca
commit 78e4b844c2
-5
View File
@@ -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
}