Change. Use httpbin.org to test

This commit is contained in:
Alexey Melnichuk 2014-09-08 13:09:08 +04:00
parent b9e77f3ee6
commit 52834c0e01

View File

@ -8,7 +8,10 @@ local scurl = require "lcurl.safe"
local json = require "dkjson"
local path = require "path"
local upath = require "path".new('/')
local url = "http://example.com"
local SIZE = 128
local url = "http://httpbin.org/bytes/" .. SIZE
local fname = "./test.download"
print("------------------------------------")