aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-09-29 22:32:33 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-09-29 22:32:33 +0000
commita65c599fc5014de278d10c64fa0e425149517fe8 (patch)
tree23af58618e52076fc181d53d3c30dcdbd3b84514
parent8420541720726975ab79fafc399c45c6a8eff3bd (diff)
downloadluasocket-a65c599fc5014de278d10c64fa0e425149517fe8.tar.gz
luasocket-a65c599fc5014de278d10c64fa0e425149517fe8.tar.bz2
luasocket-a65c599fc5014de278d10c64fa0e425149517fe8.zip
Test back to localhost.
-rw-r--r--test/httptest.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/httptest.lua b/test/httptest.lua
index 0951389..3816b54 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 "dell-diego" -- "diego.student.princeton.edu" 25host = host or "localhost" -- "diego.student.princeton.edu"
26proxy = proxy or "http://dell-diego:3128" 26proxy = proxy or "http://localhost: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"