On Mon, Mar 18, 2013 at 12:23 AM, agentzh <age...@gmail.com> wrote:
> The trend in the ngx_lua's Lua API design is to eliminate Lua
> exceptions because pcall and xpcall are expensive and also cumbersome
> to use.
+1
I'm not a big fan of using exceptions for error handling, in general,
so this is good news.
--Brian