chore: remove spaces for protocol name

This commit is contained in:
xvzc 2024-08-18 17:41:28 +09:00
parent 5654ef7ddb
commit 85e1c0aa33

View File

@ -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 {