aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-03-11 02:27:59 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-03-11 02:27:59 +0000
commite7b7c36aea4ead89f1f9d0774b12d7ef869545aa (patch)
treef8514ca4ef4bdba238a0886be3d0901fa67fa2a5 /test
parent6dc9c1096a664fe3642e774aadcb5af9f511176e (diff)
downloadluasocket-e7b7c36aea4ead89f1f9d0774b12d7ef869545aa.tar.gz
luasocket-e7b7c36aea4ead89f1f9d0774b12d7ef869545aa.tar.bz2
luasocket-e7b7c36aea4ead89f1f9d0774b12d7ef869545aa.zip
Tiny bug in forward.lua
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 8862ceb..2335fcb 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -23,7 +23,7 @@ http.TIMEOUT = 10
23local t = socket.gettime() 23local t = socket.gettime()
24 24
25host = host or "diego.student.princeton.edu" 25host = host or "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 = "test/index.html" 29index_file = "test/index.html"