Re: Parallel subrequests

2013-12-25 Thread honwel
ok, thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245707,245835#msg-245835 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Parallel subrequests

2013-12-25 Thread Yichun Zhang (agentzh)
Hello! On Tue, Dec 24, 2013 at 11:14 PM, honwel wrote: > but ngx_http_subrequest() not supports POST method, so, What > do I need to pay attention, if i just modify to : > sr->method = NGX_HTTP_POST > sr->http_version = r->http_version; > ... > > sr->method_name = r->m

Re: [PATCH] SPDY: support for SPDY v3

2013-12-25 Thread itpp2012
fred Wrote: --- > This patch can use with google's pagespeed. > The API for resolver has changed, see; https://github.com/chaoslawful/lua-nginx-module/commit/f364c82039d8d76efa0767a7fd909935d5c40a65 for code that fixes this for pre 1.5.8 and pos

Re: [PATCH] SPDY: support for SPDY v3

2013-12-25 Thread fred
This patch can use with google's pagespeed. -o objs/addon/src/ngx_fetch.o \ ../ngx_pagespeed-release-1.6.29.7-beta/src/ngx_fetch.cc ../ngx_pagespeed-release-1.6.29.7-beta/src/ngx_fetch.cc: In member function ‘bool net_instaweb::NgxFetch::Init()’: ../ngx_pages

Re: [PATCH] SPDY: support for SPDY v3

2013-12-25 Thread Maxim Konovalov
Hi! On 12/22/13 4:56 PM, Weibin Yao wrote: > Hi, > > We have just implemented the support for SPDY v3 in nginx, with flow > control (upload and download), and a switch option between SPDY v2 and > SPDY v3. > > This patch is for Nginx-1.5.8. [...] Thanks for the submission! We already have spdy