[nginx] Version bump.

2017-01-26 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/b14d4e5a123f branches: changeset: 6880:b14d4e5a123f user: Vladimir Homutov date: Thu Jan 26 11:44:55 2017 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines

[nginx] Upstream: removed compatibility shims from ngx_http_upstream_t.

2017-01-26 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/7113b9b2dd6c branches: changeset: 6881:7113b9b2dd6c user: Vladimir Homutov date: Wed Jan 25 15:39:22 2017 +0300 description: Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus. diffstat

[nginx] Upstream: removed unused ngx_http_upstream_conf_t.timeout field.

2017-01-26 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/a1ec33df7ce0 branches: changeset: 6882:a1ec33df7ce0 user: Thibault Charbonnier date: Tue Jan 24 17:52:39 2017 -0800 description: Upstream: removed unused ngx_http_upstream_conf_t.timeout field. diffstat: src/http/ngx_http_upstream.h | 1 - 1

[nginx] Upstream: removed unused bl_time and bl_state fields.

2017-01-26 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/8b822ff79916 branches: changeset: 6883:8b822ff79916 user: Maxim Dounin date: Thu Jan 26 16:16:48 2017 +0300 description: Upstream: removed unused bl_time and bl_state fields. diffstat: src/http/ngx_http_upstream.h | 3 --- 1 files changed, 0

Re: [PATCH] Upstream: remove unused struct field

2017-01-26 Thread Maxim Dounin
Hello! On Tue, Jan 24, 2017 at 05:56:31PM -0800, Thibault Charbonnier wrote: > Hello! > > Quite minor, but as far as I can tell, this field is not being used > anywhere. > > # HG changeset patch > # User Thibault Charbonnier > # Date 1485309159 28800 > # Tue Jan 24 17:52:39 2017 -0800 >

Re: [PATCH] Http gunzip: additional configuration

2017-01-26 Thread Maxim Dounin
Hello! On Mon, Jan 23, 2017 at 06:23:05AM +, Alon Blayer-Gat wrote: > Patch attached > > On Sun, Jan 22, 2017 at 4:07 PM Alon Blayer-Gat > wrote: > > > Sure. Thanks for the feedback. I made is simpler. > > > > evil 'if in location' removed :). I also removed the 'gunzip types;' > > option.

Re: [PATCH] HTTP: NGINX_VER_BUILD in Server header and error page tail.

2017-01-26 Thread Tom Thorogood
Hi, Ping. Any chance this might be able to be merged? Kind Regards, Tom Thorogood. On Sun, 8 May 2016, at 08:57 PM, Tom Thorogood wrote: > Hi, > > This patch adds a build option to the server_tokens directive. When build is > specified the Server header will have a value of NGINX_VER_BUILD. Al