diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-03-10 02:15:04 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-03-10 02:15:04 +0000 |
commit | 63e3d7c5b0886a4243dd426b2a9f58d2173b26cf (patch) | |
tree | 998f11b31c46e4f53b7206bd2bf7417745b321a3 /test | |
parent | b18021e22d5c192c88372889def02e6edb21b5be (diff) | |
download | luasocket-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.lua | 2 |
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 | |||
23 | local t = socket.gettime() | 23 | local t = socket.gettime() |
24 | 24 | ||
25 | host = host or "diego.student.princeton.edu" | 25 | host = host or "diego.student.princeton.edu" |
26 | proxy = proxy or "http://localhost:3128" | 26 | proxy = proxy or "http://dell-diego: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 = "test/index.html" | 29 | index_file = "test/index.html" |