lua-users home
lua-l archive

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


Hi,

It seems it really is very important to require dispatch as early as
possible. The following seems to work correctly:

require("socket");
require("dispatch");
require("socket.http");

That's *exactly* what I said on my first message.

[]s,
Diego.