Skip to content

nginx-combined-upstreams-module version 1.2

Compare
Choose a tag to compare
@lyokha lyokha released this 21 Jan 13:37
· 59 commits to master since this release

Bugfix: adjust pointers to last elements in lists when copying headers of the subrequest.

Details: when copying objects of type ngx_list_t, pointers last must point to part if there is only one part in the list, otherwise further additions to the target list may affect only the source list. Particularly, gzip module may add a Content-Encoding header which, in case of failure, may break HTTP response as the response body will still be gzipped.