[Varnish] #352: ESI can't process gzipped documents

Varnish varnish-bugs at projects.linpro.no
Sat Oct 11 13:54:33 CEST 2008


#352: ESI can't process gzipped documents
----------------------+-----------------------------------------------------
 Reporter:  toledo    |        Owner:  phk                      
     Type:  defect    |       Status:  closed                   
 Priority:  normal    |    Milestone:  Varnish 2.0 code complete
Component:  varnishd  |      Version:  trunk                    
 Severity:  normal    |   Resolution:  invalid                  
 Keywords:  esi gzip  |  
----------------------+-----------------------------------------------------
Changes (by phk):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 I will move this one to the "post 2.0" wikipage, it is not a bug under the
 current specification for varnish.

 If at some point we implement support for this, I don't see it as a "101"
 level feature.

 Getting all the bits and pieces of an ESI page compressed so that they can
 be concatenated as a compressed object is not a trivial undertaking, and
 not getting it right means that you spend a lot of cpu time compressing
 objects that only one client will see.

 In particular I have a hard time seeing the benefit from compressing the
 page on the backend, uncompressing it on varnish, doing ESI, and then
 compressing the result for the client.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/352#comment:1>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list