From f43920f98a70398522b7f31ef7df8e6d88413889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= Date: Wed, 17 Jun 2026 09:47:36 +0000 Subject: [PATCH] Fix missing --- transport/internet/splithttp/mux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/transport/internet/splithttp/mux.go b/transport/internet/splithttp/mux.go index f4d3e65f4..4897ace45 100644 --- a/transport/internet/splithttp/mux.go +++ b/transport/internet/splithttp/mux.go @@ -30,6 +30,7 @@ func (c *XmuxClient) AddRunning() { } func (c *XmuxClient) DoneRunning() { + c.Running.Add(-1) c.maybeClose() }