RPRX
2025-11-04 02:06:58 +00:00
committed by GitHub
parent 2dc9729864
commit e8aecbc9af
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -176,6 +176,8 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
}
defer conn.Close()
ob.Conn = conn // for Vision's pre-connect
iConn := conn
if statConn, ok := iConn.(*stat.CounterConnection); ok {
iConn = statConn.Connection