Ngx_headers_more v0.14: minor optimizations and fixes

Hi, there

I’m happy to announce the v0.14 release of our ngx_headers_more module
which features some minor optimizations and bug fixes. You can
download the tarball from the download page below:

http://github.com/agentzh/headers-more-nginx-module/downloads

Here’s the complete change log for this version

*  now we postpone the rewrite phase handler only once rather than

on every main request previously. this will save some CPU cycles on
every request if more_set_input_headers or more_clear_input_headers
are used.
* fixed two spots where we did not check against null pointers
when out of memory.
* now we use the 2-clause bsd license instead.
* various coding style fixes.

The ngx_headers_more module allows you to add, set, or clear any
output or input header that you specify. This is an enhanced version
of the standard headers module because it provides more utilities like
resetting or clearing “builtin headers” like Content-Type,
Content-Length, and Server.

You can always get the latest source code from its project page on
GitHub

GitHub - openresty/headers-more-nginx-module: Set, add, and clear arbitrary output headers in NGINX http servers

and the full documentation from the nginx wiki

Headers More | NGINX

Have fun!
-agentzh