[Varnish] #801: duplicate Content-Length headers

Varnish varnish-bugs at varnish-cache.org
Mon Oct 25 10:37:57 CEST 2010


#801: duplicate Content-Length headers
----------------------+-----------------------------------------------------
 Reporter:  Talisker  |        Owner:  phk   
     Type:  defect    |       Status:  closed
 Priority:  high      |    Milestone:        
Component:  varnishd  |      Version:  2.1.4 
 Severity:  normal    |   Resolution:  fixed 
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by phk):

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


Comment:

 (In [5461]) On pass (from vcl_recv) we did not remove the backends
 Content-Length
 header before adding our own.

 We can not do this with the fetch filtering, because pass might send
 HEAD requests to the backend.

 XXX: It's arguable that the filtering stuff might be better done
 inline than with a table.

 Fixes: #801

-- 
Ticket URL: </ticket/801#comment:2>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list