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
commit 5e2b27fa71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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