mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 12:35:21 -05:00
typo
This commit is contained in:
@@ -110,7 +110,7 @@ func (this *Server) handleConnection(connection *hub.Connection) {
|
||||
return
|
||||
}
|
||||
|
||||
cliendAddr := connection.RemoteAddr().String()
|
||||
clientAddr := connection.RemoteAddr().String()
|
||||
if err != nil && err == protocol.Socks4Downgrade {
|
||||
this.handleSocks4(clientAddr, reader, writer, auth4)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user