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 {