mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-06 19:14:30 +02:00
In particular, luasec passes port as number to socket.url.build. Under Lua 5.3 this can lead to '.0' added to port when converting to string, use 'string.format("%d", port)' to avoid that.
This is the LuaSocket 3.0-rc1. It has been tested on Windows 7, Mac OS X, and Linux. Please use the project page at GitHub https://github.com/diegonehab/luasocket to file bug reports or propose changes. Have fun, Diego Nehab.
Languages
HTML
48.5%
C
27.1%
Lua
22.7%
Makefile
1.5%