Tested on Windows.

This commit is contained in:
Diego Nehab 2005-09-29 22:26:35 +00:00
parent a32c6d9140
commit 8420541720
8 changed files with 38 additions and 14 deletions

View file

@ -22,8 +22,8 @@ http.TIMEOUT = 10
local t = socket.gettime()
host = host or "localhost" -- "diego.student.princeton.edu"
proxy = proxy or "http://localhost:3128"
host = host or "dell-diego" -- "diego.student.princeton.edu"
proxy = proxy or "http://dell-diego:3128"
prefix = prefix or "/luasocket-test"
cgiprefix = cgiprefix or "/luasocket-test-cgi"
index_file = "index.html"