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
bugfix: ngx.decode_args() might modify (read-only) Lua strings in-pla… …ce, which could lead to bad Lua string values. thanks Xu Jian for the report and Kindy Lin for the patch.
bugfix: the "light thread" object created by ngx.thread.spawn() might… … be prematurely collected by the Lua GC because we did not correctly register its coroutine object into the Lua regsitry table. this bug may crash the Lua VM and nginx workers under load. thanks Zhu Dejiang for reporting this issue.