mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
This commit is contained in:
@ -12,8 +12,8 @@ local host, port, index_file, index, back, err, ret
|
||||
|
||||
local t = socket.gettime()
|
||||
|
||||
host = host or "diego.student.princeton.edu"
|
||||
index_file = "test/index.html"
|
||||
host = host or "localhost"
|
||||
index_file = "index.html"
|
||||
|
||||
|
||||
-- a function that returns a directory listing
|
||||
|
Reference in New Issue
Block a user