Skip to content

Commit 52834c0

Browse files
committed
Change. Use httpbin.org to test
1 parent b9e77f3 commit 52834c0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/test_easy.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ local scurl = require "lcurl.safe"
88
local json = require "dkjson"
99
local path = require "path"
1010
local upath = require "path".new('/')
11-
local url = "http://example.com"
11+
12+
local SIZE = 128
13+
local url = "http://httpbin.org/bytes/" .. SIZE
14+
1215
local fname = "./test.download"
1316

1417
print("------------------------------------")

0 commit comments

Comments
 (0)