Releasing.

This commit is contained in:
Diego Nehab 2005-01-02 23:31:14 +00:00
parent 49445951a8
commit c5486e206c
4 changed files with 22 additions and 37 deletions

View file

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