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.
This commit is contained in:
parent
b18021e22d
commit
63e3d7c5b0
3 changed files with 63 additions and 60 deletions
|
@ -23,7 +23,7 @@ http.TIMEOUT = 10
|
|||
local t = socket.gettime()
|
||||
|
||||
host = host or "diego.student.princeton.edu"
|
||||
proxy = proxy or "http://localhost:3128"
|
||||
proxy = proxy or "http://dell-diego:3128"
|
||||
prefix = prefix or "/luasocket-test"
|
||||
cgiprefix = cgiprefix or "/luasocket-test-cgi"
|
||||
index_file = "test/index.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue