You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LuaJIT commit dc320ca removes some old Lua 5.0 compatibility defines, including luaL_getn which is required for lua-nginx-module. Hotfixed by returning the define but that's not probably the right way to do it ;)