aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-09-29 22:26:35 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-09-29 22:26:35 +0000
commit8420541720726975ab79fafc399c45c6a8eff3bd (patch)
treefffed8e810cd70ebb59e0775348ca24a049b868e /test
parenta32c6d91402329adb769c4fe8bbb24f0d4e99051 (diff)
downloadluasocket-8420541720726975ab79fafc399c45c6a8eff3bd.tar.gz
luasocket-8420541720726975ab79fafc399c45c6a8eff3bd.tar.bz2
luasocket-8420541720726975ab79fafc399c45c6a8eff3bd.zip
Tested on Windows.
Diffstat (limited to 'test')
-rw-r--r--test/httptest.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/httptest.lua b/test/httptest.lua
index 3816b54..0951389 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -22,8 +22,8 @@ http.TIMEOUT = 10
22 22
23local t = socket.gettime() 23local t = socket.gettime()
24 24
25host = host or "localhost" -- "diego.student.princeton.edu" 25host = host or "dell-diego" -- "diego.student.princeton.edu"
26proxy = proxy or "http://localhost:3128" 26proxy = proxy or "http://dell-diego:3128"
27prefix = prefix or "/luasocket-test" 27prefix = prefix or "/luasocket-test"
28cgiprefix = cgiprefix or "/luasocket-test-cgi" 28cgiprefix = cgiprefix or "/luasocket-test-cgi"
29index_file = "index.html" 29index_file = "index.html"