Re: luasocket: typo in mime.lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luasocket: typo in mime.lua?
- From: Ketmar Dark <ketmar@...>
- Date: Thu, 7 Jun 2007 06:39:51 +0300
On 2007年6月05日 10:06:09 +0100
Thomas Lauer <thomas.lauer@virgin.net> wrote:
> v2.0.1, line 30:
>
> if not f then error("unknown key (" .. base.tostring(name) .. ")", 3)
> I assume this ^
> should be ... base.error(...
>
the same thing in etc/dispatch.lua?
line 59:
else error(results[1]) end
^
line 222:
else error(operation) end
^
???