[nginx] Upstream: handling of proxy_set_header at http level.

2016-10-14 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/20eb4587225b branches: changeset: 6747:20eb4587225b user: Maxim Dounin date: Fri Oct 14 19:48:26 2016 +0300 description: Upstream: handling of proxy_set_header at http level. When headers are set at the "http" level and not redefined in a serve

[nginx] Upstream: hide_headers_hash handling at http level.

2016-10-14 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/93121485c39b branches: changeset: 6745:93121485c39b user: Maxim Dounin date: Fri Oct 14 19:48:26 2016 +0300 description: Upstream: hide_headers_hash handling at http level. When headers to hide are set at the "http" level and not redefined in a

[nginx] Proxy: do not create conf->headers_source when not needed.

2016-10-14 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/63991ab67b3a branches: changeset: 6746:63991ab67b3a user: Maxim Dounin date: Fri Oct 14 19:48:26 2016 +0300 description: Proxy: do not create conf->headers_source when not needed. diffstat: src/http/modules/ngx_http_proxy_module.c | 27 +

[nginx] Style.

2016-10-14 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7fc16ff7ddc4 branches: changeset: 6743:7fc16ff7ddc4 user: Maxim Dounin date: Fri Oct 14 19:48:26 2016 +0300 description: Style. diffstat: src/core/ngx_hash.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff --

[nginx] Upstream: hide_headers_hash inherited regardless of cache settings.

2016-10-14 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7e5199f172fb branches: changeset: 6744:7e5199f172fb user: Maxim Dounin date: Fri Oct 14 19:48:26 2016 +0300 description: Upstream: hide_headers_hash inherited regardless of cache settings. Dependency on cache settings existed prior to 2728c4e4a