HTTP Header Transfer-Encoding

Igor Sysoev igor at sysoev.ru
Fri Dec 4 10:27:29 MSK 2009


On Fri, Dec 04, 2009 at 02:22:30AM -0500, sameer wrote:

> Hi,
> I recently upgraded from nginx-0.6.36 to 0.7.62. We are setting cache friendly headers and after the upgrade we started seeing this Transfer-Encoding: chunked. 
> 
> This has broken caching. How can I remove this from the HTTP headers? There is a old patch from Igor but those changes are already present in 0.7.62.
> 
> 
> Server: nginx/0.7.62
> Date: Fri, 04 Dec 2009 07:14:33 GMT
> Content-Type: image/gif
> Last-Modified: Wed, 01 Apr 2009 08:59:50 GMT
> Transfer-Encoding: chunked
> Connection: close
> Vary: Accept-Encoding
> Expires: Thu, 31 Dec 2037 23:55:55 GMT
> Cache-Control: max-age=315360000, private
> Content-Encoding: gzip

Because the file is compressed by gzip.
What are your gzip_types settings ?


-- 
Igor Sysoev
http://sysoev.ru/en/




More information about the nginx mailing list