aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-15 06:11:53 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-15 06:11:53 +0000
commit9a79d500eb3e015f5bf579aab714916d49c1f289 (patch)
treedb658e87a17e5417ec01ab4a1b0249bdaf2bd1d2 /test
parent471334c3d07f398e4b0859c43276341a28b91504 (diff)
downloadluasocket-9a79d500eb3e015f5bf579aab714916d49c1f289.tar.gz
luasocket-9a79d500eb3e015f5bf579aab714916d49c1f289.tar.bz2
luasocket-9a79d500eb3e015f5bf579aab714916d49c1f289.zip
Still need to fix windows. :o/
Diffstat (limited to 'test')
-rw-r--r--test/httptest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua
index 5186bd5..1f4158a 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -19,7 +19,7 @@ http.TIMEOUT = 10
19 19
20local t = socket.gettime() 20local t = socket.gettime()
21 21
22host = host or "diego.student.dyn.cs.princeton.edu" 22host = host or "diego.princeton.edu"
23proxy = proxy or "http://localhost:3128" 23proxy = proxy or "http://localhost:3128"
24prefix = prefix or "/luasocket-test" 24prefix = prefix or "/luasocket-test"
25cgiprefix = cgiprefix or "/luasocket-test-cgi" 25cgiprefix = cgiprefix or "/luasocket-test-cgi"