From b575ca74c9cb09aea759831cbb6329507546bcdd Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Mon, 8 Sep 2014 13:09:50 +0400 Subject: [PATCH] Revert "Change. Use httpbin.org to test" This reverts commit 52834c0e019a636be0fac9c4589925b5b53cd293. --- test/test_easy.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/test_easy.lua b/test/test_easy.lua index 56bf9a2..964b80a 100644 --- a/test/test_easy.lua +++ b/test/test_easy.lua @@ -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("------------------------------------")