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