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/3.1

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/3.1

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()’:

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 post