cleaning up files
This commit is contained in:
parent
0efb553d7c
commit
2afef5d0fe
@ -5,7 +5,7 @@ local multi, thread = require("multi"):init()
|
|||||||
-- local http = require("lnet.http")
|
-- local http = require("lnet.http")
|
||||||
-- local http_ = require("socket.http")
|
-- local http_ = require("socket.http")
|
||||||
|
|
||||||
local http = require("lnet.http")
|
local https = require("lnet.https")
|
||||||
|
|
||||||
-- multi:newThread("Timer",function()
|
-- multi:newThread("Timer",function()
|
||||||
-- while true do
|
-- while true do
|
||||||
@ -13,8 +13,10 @@ local http = require("lnet.http")
|
|||||||
-- print("...")
|
-- print("...")
|
||||||
-- end
|
-- end
|
||||||
-- end)
|
-- end)
|
||||||
--download("http://212.183.159.230/5MB.zip","test1.bin")
|
-- download("http://212.183.159.230/5MB.zip","test1.bin")
|
||||||
--download("http://212.183.159.230/50MB.zip","test2.bin").OnError(print)
|
-- download("http://212.183.159.230/50MB.zip","test2.bin").OnError(print)
|
||||||
|
|
||||||
|
print(https.request("https://erowall.com/wallpapers/large/32757.jpg"))
|
||||||
|
|
||||||
-- local client = net.newCastedClient("Test")--net:newTCPClient("localhost",12345)
|
-- local client = net.newCastedClient("Test")--net:newTCPClient("localhost",12345)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user