diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 22:32:33 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 22:32:33 +0000 |
commit | a65c599fc5014de278d10c64fa0e425149517fe8 (patch) | |
tree | 23af58618e52076fc181d53d3c30dcdbd3b84514 | |
parent | 8420541720726975ab79fafc399c45c6a8eff3bd (diff) | |
download | luasocket-a65c599fc5014de278d10c64fa0e425149517fe8.tar.gz luasocket-a65c599fc5014de278d10c64fa0e425149517fe8.tar.bz2 luasocket-a65c599fc5014de278d10c64fa0e425149517fe8.zip |
Test back to localhost.
-rw-r--r-- | test/httptest.lua | 4 |
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 | ||
23 | local t = socket.gettime() | 23 | local t = socket.gettime() |
24 | 24 | ||
25 | host = host or "dell-diego" -- "diego.student.princeton.edu" | 25 | host = host or "localhost" -- "diego.student.princeton.edu" |
26 | proxy = proxy or "http://dell-diego:3128" | 26 | proxy = proxy or "http://localhost:3128" |
27 | prefix = prefix or "/luasocket-test" | 27 | prefix = prefix or "/luasocket-test" |
28 | cgiprefix = cgiprefix or "/luasocket-test-cgi" | 28 | cgiprefix = cgiprefix or "/luasocket-test-cgi" |
29 | index_file = "index.html" | 29 | index_file = "index.html" |