Added check-links-nb.lua that check links in a non-blocking way.

This commit is contained in:
Diego Nehab 2005-06-20 04:51:55 +00:00
parent ae4ba2aa98
commit 37f7af4b9f
7 changed files with 341 additions and 27 deletions

View file

@ -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)