|
|
||
|
Hi,
Problem:
could not load package string, socket.lua:11.
In the socket.lua at line 11 there is: local string = require("sting")
Do anyone know whats the problem?
This is not what is in the socket.lua distributed by
LuaSocket 2.0.1. It should read
local string = require("string")
Where did you get this modified file? A few days ago there
was another report of the same kind. Is this just a
coincidence, or is somebody out there distributing a broken
socket.lua?
Regards,
Diego