Re: Http2 Priority

2015-10-13 Thread Muhui Jiang
Hi Thank you very much. Valentin Best Regards Muhui Jiang 2015-10-13 23:16 GMT+08:00 Valentin V. Bartenev : > On Tuesday 13 October 2015 22:43:48 Muhui Jiang wrote: > > Hi > > > > Thank you so much. Valentin. > > My understanding: > > Though clinklittle128.png has higher priority, the server wa

Re: Http2 Priority

2015-10-13 Thread Valentin V. Bartenev
On Tuesday 13 October 2015 22:43:48 Muhui Jiang wrote: > Hi > > Thank you so much. Valentin. > My understanding: > Though clinklittle128.png has higher priority, the server wants to send it > first to the client. But because of flow control, the clinklittle128.png is > blocked(waiting for the wind

Re: Http2 Priority

2015-10-13 Thread Muhui Jiang
Hi Thank you so much. Valentin. My understanding: Though clinklittle128.png has higher priority, the server wants to send it first to the client. But because of flow control, the clinklittle128.png is blocked(waiting for the window update frame). But at this time the server don't want to waste the

Re: Http2 Priority

2015-10-13 Thread Valentin V. Bartenev
On Tuesday 13 October 2015 16:05:16 Muhui Jiang wrote: > Hi > > move the debug to the main level; And the error.log below: a little bit long. > Thanks > [..] > 2015/10/13 15:55:58 [debug] 904#0: *20 http2:1 DATA frame 7F9422806728 > was sent > 2015/10/13 15:55:58 [debug] 904#0: *20 http2 fr

Re: Http2 Priority

2015-10-12 Thread Valentin V. Bartenev
On Monday 12 October 2015 23:16:39 Muhui Jiang wrote: > Hi, > > Valentin, thanks for your response. > I rebuild the nginx --with-debug. And when I send request with my Jetty > client code. Nothing is added to the error.log. And I am going to tell you > the problem in detail. > > First, my nginx c

Re: Http2 Priority

2015-10-12 Thread Muhui Jiang
Hi, Valentin, thanks for your response. I rebuild the nginx --with-debug. And when I send request with my Jetty client code. Nothing is added to the error.log. And I am going to tell you the problem in detail. First, my nginx configure below: events { worker_connections 1024; } http {

Re: Http2 Priority

2015-10-12 Thread Valentin V. Bartenev
On Friday 09 October 2015 16:41:00 Muhui Jiang wrote: > Hi, > > My first time to ask question. Is this the mail list for FAQ? > > If so, my question is that it seems nginx1.9.5 support the dependency tree > built in http/2. But through my test, the result is not what I expected. I > send 4 reques

Http2 Priority

2015-10-09 Thread Muhui Jiang
Hi, My first time to ask question. Is this the mail list for FAQ? If so, my question is that it seems nginx1.9.5 support the dependency tree built in http/2. But through my test, the result is not what I expected. I send 4 requests while A is B,C,D's parent. But the response I received is a part