Skip to content

Commit b575ca7

Browse files
committed
Revert "Change. Use httpbin.org to test"
This reverts commit 52834c0.
1 parent 52834c0 commit b575ca7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/test_easy.lua

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

1714
print("------------------------------------")

0 commit comments

Comments
 (0)