lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

s = coresock.tcp()
s:connect("lua.org",80)
s:close()
m,e = s:receive("*a")
Segmentation fault

This is my bad. I am working on it and I will release a fix
very soon for it. Thank you very much for the report!

Regards,
Diego.