cleaning up files

This commit is contained in:
Ryan Ward 2023-06-27 23:01:24 -04:00
parent 0efb553d7c
commit 2afef5d0fe
2 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ local multi, thread = require("multi"):init()
-- local http = require("lnet.http")
-- local http_ = require("socket.http")
local http = require("lnet.http")
local https = require("lnet.https")
-- multi:newThread("Timer",function()
-- while true do
@ -16,6 +16,8 @@ local http = require("lnet.http")
-- download("http://212.183.159.230/5MB.zip","test1.bin")
-- 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)
-- client:send("Test!")

BIN
test.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 MiB