Merge pull request #132 from ewestbrook/prc-expose-tcp

Expose tcp() for use by LuaSocket
This commit is contained in:
Bruno Silvestre
2019-02-25 15:25:20 -03:00
committed by GitHub

View File

@ -141,5 +141,6 @@ end
--
_M.request = request
_M.tcp = tcp
return _M