Change. Use httpbin.org to test
This commit is contained in:
parent
b9e77f3ee6
commit
52834c0e01
@ -8,7 +8,10 @@ local scurl = require "lcurl.safe"
|
|||||||
local json = require "dkjson"
|
local json = require "dkjson"
|
||||||
local path = require "path"
|
local path = require "path"
|
||||||
local upath = require "path".new('/')
|
local upath = require "path".new('/')
|
||||||
local url = "http://example.com"
|
|
||||||
|
local SIZE = 128
|
||||||
|
local url = "http://httpbin.org/bytes/" .. SIZE
|
||||||
|
|
||||||
local fname = "./test.download"
|
local fname = "./test.download"
|
||||||
|
|
||||||
print("------------------------------------")
|
print("------------------------------------")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user