Added check-links-nb.lua that check links in a non-blocking way.
This commit is contained in:
parent
ae4ba2aa98
commit
37f7af4b9f
7 changed files with 341 additions and 27 deletions
|
@ -26,7 +26,7 @@ host = host or "localhost" -- "diego.student.princeton.edu"
|
|||
proxy = proxy or "http://localhost:3128"
|
||||
prefix = prefix or "/luasocket-test"
|
||||
cgiprefix = cgiprefix or "/luasocket-test-cgi"
|
||||
index_file = "test/index.html"
|
||||
index_file = "index.html"
|
||||
|
||||
-- read index with CRLF convention
|
||||
index = readfile(index_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue