1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 09:36:34 -05:00

format code

This commit is contained in:
V2Ray 2015-09-11 14:12:26 +02:00
parent 262eb4f985
commit 9e6b746e86
7 changed files with 70 additions and 71 deletions

View File

@ -2,8 +2,8 @@ package freedom
import (
"io"
"net"
"log"
"net"
"github.com/v2ray/v2ray-core"
v2net "github.com/v2ray/v2ray-core/net"

View File

@ -98,7 +98,6 @@ func (server *SocksServer) HandleConnection(connection net.Conn) error {
}
socksio.WriteResponse(connection, response)
ray := server.vPoint.NewInboundConnectionAccepted(request.Destination())
input := ray.InboundInput()
output := ray.InboundOutput()