mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Almost ready for beta3
This commit is contained in:
@ -12,7 +12,7 @@ function readfile(file)
|
||||
return a
|
||||
end
|
||||
|
||||
host = host or "localhost"
|
||||
host = host or "diego.student.princeton.edu"
|
||||
retrieved, err = tftp.get("tftp://" .. host .."/index.html")
|
||||
assert(not err, err)
|
||||
original = readfile("test/index.html")
|
||||
|
Reference in New Issue
Block a user