mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Almost ready to release beta3
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
This directory contains code that is more useful than the examples. This code
|
||||
*is* supported.
|
||||
|
||||
lua.lua -- new require and requirelib implementations
|
||||
|
||||
This is to support dynamic loading of LuaSocket. Check the INSTALL
|
||||
file for more information.
|
||||
|
||||
tftp.lua -- Trivial FTP client
|
||||
|
||||
This module implements file retrieval by the TFTP protocol. Its main use
|
||||
|
@ -151,4 +151,4 @@ get = socket.protect(function(gett)
|
||||
else return tget(gett) end
|
||||
end)
|
||||
|
||||
getmetatable(_M).__index = nil
|
||||
--getmetatable(_M).__index = nil
|
||||
|
@ -318,4 +318,4 @@ query = socket.protect(function(p)
|
||||
return data
|
||||
end)
|
||||
|
||||
getmetatable(_M).__index = nil
|
||||
--getmetatable(_M).__index = nil
|
||||
|
@ -153,4 +153,4 @@ get = socket.protect(function(gett)
|
||||
else return tget(gett) end
|
||||
end)
|
||||
|
||||
getmetatable(_M).__index = nil
|
||||
--getmetatable(_M).__index = nil
|
||||
|
Reference in New Issue
Block a user