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: 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 stre

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 based

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: 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? > >

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 t