Re: Issues with HttpChunkinModule

2014-11-26 Thread Arun John
Hi Wandenberg, I was not aware that nginx auto-detects based on the content length. I will comment out the options and check it out. Thanks for your response. Regards, Arun From: Wandenberg Peixoto Reply-To: Date: Wednesday, November 26, 2014 at 4:20 PM To: Subject: Re: Issues with

Re: Issues with HttpChunkinModule

2014-11-26 Thread Wandenberg Peixoto
Hey Arun, as docs says you do not need to compile this module anymore, or even try to set "chunkin on; " The nginx core will "detect" when your response does not have a Content-Length set, and will enable the chunk mode automatically. Just remove that line from your configuration and be happy :D

Issues with HttpChunkinModule

2014-11-26 Thread Arun John
Hi, I am trying to set up a nginx server to support chunking. I followed the steps mentioned in the below webpage to use the feature http://wiki.nginx.org/HttpChunkinModule My nginx version is 1.4.1. According to the above link, I don¹t need to build chunking module separate as it is already bui