Revert "Change. Use httpbin.org to test"

This reverts commit 52834c0e019a636be0fac9c4589925b5b53cd293.
This commit is contained in:
Alexey Melnichuk 2014-09-08 13:09:50 +04:00
parent 52834c0e01
commit b575ca74c9

View File

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