From 85e1c0aa339a9bcb4b9206088111aa50d5391272 Mon Sep 17 00:00:00 2001 From: xvzc Date: Sun, 18 Aug 2024 17:41:28 +0900 Subject: [PATCH] chore: remove spaces for protocol name --- proxy/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/server.go b/proxy/server.go index 1d094aa..233839a 100644 --- a/proxy/server.go +++ b/proxy/server.go @@ -40,7 +40,6 @@ func Serve(from *net.TCPConn, to *net.TCPConn, proto string, fd string, td strin log.Debugf("%s closing proxy connection: %s -> %s", proto, fd, td) }() - proto += " " buf := make([]byte, BufferSize) for { if timeout > 0 {