We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e77f3 commit 52834c0Copy full SHA for 52834c0
1 file changed
test/test_easy.lua
@@ -8,7 +8,10 @@ local scurl = require "lcurl.safe"
8
local json = require "dkjson"
9
local path = require "path"
10
local upath = require "path".new('/')
11
-local url = "http://example.com"
+
12
+local SIZE = 128
13
+local url = "http://httpbin.org/bytes/" .. SIZE
14
15
local fname = "./test.download"
16
17
print("------------------------------------")
0 commit comments