From cc190f2d8eb7b80aff9055b39ea62b95da6d14cd Mon Sep 17 00:00:00 2001 From: RPRX <63339210+RPRX@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:56:07 +0000 Subject: [PATCH] Update handler.go --- proxy/tun/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/tun/handler.go b/proxy/tun/handler.go index b5e748532..732468f76 100644 --- a/proxy/tun/handler.go +++ b/proxy/tun/handler.go @@ -147,7 +147,7 @@ func (t *Handler) HandleConnection(conn net.Conn, destination net.Destination) { // due to gvisor weird behavior remote := conn.RemoteAddr() if remote == nil { - errors.LogInfo(t.ctx, "dropped quick close connection") + errors.LogInfo(t.ctx, "dropped quickly closed connection") return } source := net.DestinationFromAddr(remote)