Re: Google dumps SPDY in favour of HTTP/2, any plans for nginx?

2015-03-31 Thread George
thanks Sarah dug deeper and apparently those nginx reported header sites were behind Google Pagespeed's service so that must of been why HTTP/2 was reported Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256561,257778#msg-257778 ___ nginx ma

Re: about proxy_request_buffering

2015-03-31 Thread Maxim Dounin
Hello! On Sun, Mar 29, 2015 at 01:51:15AM -0400, cubicdaiya wrote: > Hello. > > Though I'm trying to apply 'proxy_request_buffering off;' for unbuffered > uploading, > The buffering still seems to be enabled from error.log. > > # nginx.conf > > server { > listen 443 ssl spdy; > server

Re: about proxy_request_buffering

2015-03-31 Thread cubicdaiya
> Same problem here. I suspect it's automatically disabled when spdy is > enabled. And also found an issue here for tengine: > https://github.com/alibaba/tengine/issues/444. Might be a similar issue ? Thanks for your comment. I saw the issue now. Probably so. Posted at Nginx Forum: http://forum.

Re: "gzip on" duplicates Content-Encoding header if an empty one already exists

2015-03-31 Thread Jason Woods
> On Wednesday, March 25, 2015 12:04:03 PM Jason Woods wrote: >> Hi, >> >> I have a (probably dodgy) application that is sending out uncompressed XML >> with the following header. That is, an empty Content-Encoding header. >> >> Content-Encoding: >> >> This works fine, until I enable gzip on Ngi