1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00

release buffer

This commit is contained in:
v2ray 2016-06-02 22:23:05 +02:00
parent f3975aafbf
commit 2f47074c98

View File

@ -50,6 +50,7 @@ func (server *Server) handleConnection(conn net.Conn) {
break
}
response := server.MsgProcessor(request.Value)
request.Release()
conn.Write(response)
}
conn.Close()