Skip to content

Tags: gigfork/lua-nginx-module

Tags

v0.7.14

Toggle v0.7.14's commit message
bumped version to 0.7.14.

v0.7.14rc2

Toggle v0.7.14rc2's commit message
bugfix: failed to compile with the SPDY patch 58_1.3.11 because that …

…patch removed the field from the Nginx core. thanks Chris Lea for reporting this in github issue \openresty#203.

v0.7.14rc1

Toggle v0.7.14rc1's commit message
refactor: when the nginx core fails to send the "100 Continue" respon…

…se in case of the "Expect: 100-continue" request header (or just running out of memory), ngx.req.read_body() will no longer throw out a "failed to read request body" Lua error but will just terminate the current request and returns the 500 error page immediately, just as what the Nginx core does in this case.

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.