Fwd: About HTTP/2 priority

2015-10-27 Thread Shengtuo Hu
Hi, I got some problems when testing priority feature in Nginx 1.9.5. Here is the detail about my test: https://gist.github.com/h1994st/f21cdb7125a65c8f7182 Why are the response sequence from these two servers different? The response sequence of nghttp server is my expected result. Could you

Re: Fwd: About HTTP/2 priority

2015-10-27 Thread Shengtuo Hu
Hi Valentin, Do you mean that because NGINX is fast enough and the network environment is good, so NGINX can process only one request at every moment? My purpose is to figure out the priority mechanism. It seems only when there is limited capacity for sending, priority will be used to select

Re: Fwd: About HTTP/2 priority

2015-10-27 Thread Valentin V. Bartenev
On Tuesday 27 October 2015 22:47:56 Shengtuo Hu wrote: > Hi Valentin, > > Do you mean that because NGINX is fast enough and the network environment > is good, so NGINX can process only one request at every moment? Exactly. > > My purpose is to figure out the priority mechanism. It seems only >

Re: [nginx-announce] nginx-1.9.6

2015-10-27 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.6 for Windows http://tiny.cc/nginxwin196 (32-bit and 64-bit versions) As of version 1.9.6 (and future releases) many more modules are compiled in by default, including HTTP2. These versions are to support legacy users who are already using Cygwin

Re: Fwd: About HTTP/2 priority

2015-10-27 Thread Valentin V. Bartenev
On Tuesday 27 October 2015 17:33:22 Shengtuo Hu wrote: > Hi, > > I got some problems when testing priority feature in Nginx 1.9.5. > > Here is the detail about my test: > https://gist.github.com/h1994st/f21cdb7125a65c8f7182 > > Why are the response sequence from these two servers different? >

nginx-1.9.6

2015-10-27 Thread Maxim Dounin
Changes with nginx 1.9.6 27 Oct 2015 *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2. Thanks to Piotr Sikora and Denis Andzakovic. *) Bugfix: the $server_protocol variable was empty when using HTTP/2.

Re: Processing responses of unbounded sizes from upstream servers

2015-10-27 Thread Maxim Dounin
Hello! On Tue, Oct 27, 2015 at 04:00:09PM +, Maxime Henrion wrote: > Hey Sorin! > > First and foremost, thanks a lot for your answer. > > I started working on implementing a body filter for my needs, > and am already facing some strange issues. When my body filter > is called on the

Кэширование статики

2015-10-27 Thread vitcool
Доброго всем времени суток имеем nginx-1.9.5 запущенный на Windows Server 2012 R2 плюс RAM диск на 512Mb nginx должен кэшировать статик файлы при получении ответа 200 на срок 60 минут но судя по бекенду этого не происходит, но и нет 100% нагрузки на статику. причем файлы js и css почему то чаще

RE: Processing responses of unbounded sizes from upstream servers

2015-10-27 Thread Maxime Henrion
Hello Maxim, Thanks for your input, it *is* appreciated. As someone who has contributed to a large number of open source projects throughout the years, it is however quite annoying to be pointed at the source over and over again. You seem to be thinking that I've never taken even a quick

Re: Syslog Unix socket patch

2015-10-27 Thread Nils Hermansson
Hello, I could write a patch for that case. What would the recommended config format be? Example: hostname=(on/off) default is on access_log syslog:server=unix:/var/log/nginx.sock,hostname=off; Regards On Tue, Oct 27, 2015 at 3:14 PM, Vladimir Homutov wrote: > On Fri, Oct

Re: Syslog Unix socket patch

2015-10-27 Thread Nils Hermansson
Created a new patch as disabling hostame as a configuration option. # HG changeset patch # User Nils Hermansson <3tn...@gmail.com> # Date 1445973553 -3600 # Tue Oct 27 20:19:13 2015 +0100 # Node ID 7e4f788192183a3053cd9478ee136bad269a2375 # Parent f1424eef1966c966e5403c44e3d9470e0af5b7e9

[nginx] HTTP/2: fixed spelling.

2015-10-27 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/66ee1c5cb6aa branches: changeset: 6284:66ee1c5cb6aa user: Valentin Bartenev date: Tue Oct 27 23:16:35 2015 +0300 description: HTTP/2: fixed spelling. diffstat: src/http/v2/ngx_http_v2.c | 4 ++-- 1 files changed, 2

[nginx] Version bump.

2015-10-27 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/86b5f146b121 branches: changeset: 6283:86b5f146b121 user: Valentin Bartenev date: Tue Oct 27 23:16:29 2015 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2

ngx_array.c allocation question

2015-10-27 Thread Joel Cunningham
___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Syslog Unix socket patch

2015-10-27 Thread Vladimir Homutov
On Fri, Oct 23, 2015 at 08:51:56PM +0200, Nils Hermansson wrote: > # HG changeset patch > # User Nils Hermansson <3tn...@gmail.com> > # Date 1445625283 -7200 > # Fri Oct 23 20:34:43 2015 +0200 > # Node ID 868fc6b3bf69be68c597578e749c65698b8c > # Parent

[nginx] nginx-1.9.6-RELEASE

2015-10-27 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/b78018cfaa2f branches: changeset: 6281:b78018cfaa2f user: Maxim Dounin date: Tue Oct 27 16:47:29 2015 +0300 description: nginx-1.9.6-RELEASE diffstat: docs/xml/nginx/changes.xml | 84

[nginx] release-1.9.6 tag

2015-10-27 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/f1424eef1966 branches: changeset: 6282:f1424eef1966 user: Maxim Dounin date: Tue Oct 27 16:47:30 2015 +0300 description: release-1.9.6 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs

nginx-1.9.6

2015-10-27 Thread Maxim Dounin
Изменения в nginx 1.9.6 27.10.2015 *) Исправление: при использовании HTTP/2 в рабочем процессе мог произойти segmentation fault. Спасибо Piotr Sikora и Denis Andzakovic. *) Исправление: при использовании HTTP/2 переменная