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:
parent
262eb4f985
commit
9e6b746e86
@ -2,8 +2,8 @@ package freedom
|
||||
|
||||
import (
|
||||
"io"
|
||||
"net"
|
||||
"log"
|
||||
"net"
|
||||
|
||||
"github.com/v2ray/v2ray-core"
|
||||
v2net "github.com/v2ray/v2ray-core/net"
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user