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
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
> 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.
> 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