aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-03-10 02:15:04 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-03-10 02:15:04 +0000
commit63e3d7c5b0886a4243dd426b2a9f58d2173b26cf (patch)
tree998f11b31c46e4f53b7206bd2bf7417745b321a3 /test
parentb18021e22d5c192c88372889def02e6edb21b5be (diff)
downloadluasocket-63e3d7c5b0886a4243dd426b2a9f58d2173b26cf.tar.gz
luasocket-63e3d7c5b0886a4243dd426b2a9f58d2173b26cf.tar.bz2
luasocket-63e3d7c5b0886a4243dd426b2a9f58d2173b26cf.zip
Forward server works for multiple tunnels.
Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names.
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 2335fcb..8862ceb 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://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 = "test/index.html" 29index_file = "test/index.html"