Skip to content

Tags: utkarshx/lua-nginx-module

Tags

v0.7.13

Toggle v0.7.13's commit message
docs: bumped version to 0.7.13. 

v0.7.12

Toggle v0.7.12's commit message
docs: bumped version to 0.7.12. 

v0.7.12rc1

Toggle v0.7.12rc1's commit message
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.

v0.7.11

Toggle v0.7.11's commit message
bumped version to 0.7.11. 

v0.7.10

Toggle v0.7.10's commit message
docs: declared compatibility with nginx 1.2.6; also bumped version to… … 0.7.10.

v0.7.9

Toggle v0.7.9's commit message
documented the request body automatic inheritance behavior in ngx.loc… …ation.capture; also bumped version to 0.7.9.

v0.7.8

Toggle v0.7.8's commit message
bumped version to 0.7.8. 

v0.7.7

Toggle v0.7.7's commit message
bumped version to 0.7.7. 

v0.7.6

Toggle v0.7.6's commit message
updated docs to reflect recent changes. 

v0.7.6rc2

Toggle v0.7.6rc2's commit message
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.