Skip to content

Tags: hopestar/lua-nginx-module

Tags

v0.5.5rc1

Toggle v0.5.5rc1's commit message
bugfix: upstream data buffers were not marked as fully consumed when …

…body_filter_by_lua* is used and ngx.arg[1] is overritten. this could result in connection hang for large response bodies. thanks Tzury Bar Yochay for reporting this issue.

v0.5.4

Toggle v0.5.4's commit message
bumped version to 0.5.4.

v0.5.3

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

v0.5.3rc1

Toggle v0.5.3rc1's commit message
bugfix: ngx.say and ngx.print might cause nginx to crash when table-t…

…yped arguments were given. thanks sztanpet for reporting this in github issue openresty#54.

v0.5.2

Toggle v0.5.2's commit message
bugfix: header_filter_by_lua* did not run at all when body_filter_by_…

…lua* is defined at the same time. thanks Tzury Bar Yochay for reporting this issue.

v0.5.1

Toggle v0.5.1's commit message
bumped version number to v0.5.1.

v0.5.0rc32

Toggle v0.5.0rc32's commit message
updated README and README.markdown by the tools.

v0.5.0rc31

Toggle v0.5.0rc31's commit message
bumped version to 0.5.0rc31.

v0.5.0rc30

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

v0.5.0rc29

Toggle v0.5.0rc29's commit message
documented the rewrite_by_lua_no_postpone directive.