Seems to be working.

This commit is contained in:
Diego Nehab 2004-06-17 23:19:38 +00:00
parent 07dda08c5d
commit 62799a416d
3 changed files with 4 additions and 2 deletions

View file

@ -140,7 +140,6 @@ local function sget(u)
return tget(gett)
end
--function socket.protect(f) return f end
get = socket.protect(function(gett)
if type(gett) == "string" then return sget(gett)
else return tget(gett) end