This repository was archived by the owner on May 9, 2022. It is now read-only.
Tags: github/lua-nginx-module
Tags
bugfix: the user specified ./configure's --with-cc-opt and --with-ld-… …opt might override the LUAJIT_INC/LUAJIT_LIB and LUA_INC/LUA_LIB environment settings. thanks Julian Gonggrijp for the report in openresty/openresty#117.
bugfix: we might miss the linker option -ldl when we shouldn't.
bugfix: access nonexistent fields in the "ngx" table in init_by_lua* … …could lead to the exception "no request object found" because of the overreacting __index metamethod of the "ngx" table.
PreviousNext