From b0df5722adc4799e14037e14006df45da30cda95 Mon Sep 17 00:00:00 2001 From: Fangliding Date: Mon, 18 May 2026 13:57:48 +0800 Subject: [PATCH] Typo --- proxy/socks/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/socks/server.go b/proxy/socks/server.go index fea81515..fab66476 100644 --- a/proxy/socks/server.go +++ b/proxy/socks/server.go @@ -171,7 +171,7 @@ func (s *Server) processTCP(ctx context.Context, conn stat.Connection, dispatche go func() { errCh <- s.handleUDPPayload(ctx, tempUDPConn, dispatcher) }() - // Asociate TCP keeps the UDP alive + // Associated TCP keeps the UDP alive // Close UDP if TCP connection is closed // Or Close TCP if UDP is idle timeout io.Copy(buf.DiscardBytes, conn)