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.re.gsub() might throw out the "attempt to call a string v…
…alue" exception when the "replace" argument is a Lua function and the subject string is large. thanks Zhu Maohai for reporting this issue.
docs: documented the new ngx.thread API. also fixed the __newindex me…
…tamethod definition for catching writes to undeclared global varaibles in a Lua module.