mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Final push for release...
This commit is contained in:
@ -15,6 +15,7 @@ local string = require("string")
|
||||
local socket = require("socket")
|
||||
local ltn12 = require("ltn12")
|
||||
module("socket.lp")
|
||||
getmetatable(_M).__index = nil
|
||||
|
||||
-- default port
|
||||
PORT = 515
|
||||
@ -318,4 +319,3 @@ query = socket.protect(function(p)
|
||||
return data
|
||||
end)
|
||||
|
||||
--getmetatable(_M).__index = nil
|
||||
|
Reference in New Issue
Block a user