From 4ac3eab3854c0c96464c2da9a6ebdf66918e96ed Mon Sep 17 00:00:00 2001 From: V2Ray Date: Tue, 13 Oct 2015 22:00:12 +0200 Subject: [PATCH] format code --- proxy/socks/socks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/socks/socks.go b/proxy/socks/socks.go index 113a4cdfc..f290ed353 100644 --- a/proxy/socks/socks.go +++ b/proxy/socks/socks.go @@ -150,7 +150,7 @@ func (server *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.W return UnsupportedSocksCommand } - response := protocol.NewSocks5Response() + response := protocol.NewSocks5Response() response.Error = protocol.ErrorSuccess // Some SOCKS software requires a value other than dest. Let's fake one: