Tags: gigfork/lua-nginx-module
Tags
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.
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.
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.
PreviousNext