mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-30 08:56:07 +00:00
format code
This commit is contained in:
parent
8c5865d4e7
commit
4ac3eab385
@ -150,7 +150,7 @@ func (server *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.W
|
|||||||
return UnsupportedSocksCommand
|
return UnsupportedSocksCommand
|
||||||
}
|
}
|
||||||
|
|
||||||
response := protocol.NewSocks5Response()
|
response := protocol.NewSocks5Response()
|
||||||
response.Error = protocol.ErrorSuccess
|
response.Error = protocol.ErrorSuccess
|
||||||
|
|
||||||
// Some SOCKS software requires a value other than dest. Let's fake one:
|
// Some SOCKS software requires a value other than dest. Let's fake one:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user