[Varnish] #1272: duplicate Content-Length headers with pass and stream

Varnish varnish-bugs at varnish-cache.org
Thu Feb 28 17:04:07 CET 2013


#1272: duplicate Content-Length headers with pass and stream
-----------------------------------+----------------------
 Reporter:  ehocdet                |       Type:  defect
   Status:  new                    |   Priority:  normal
Milestone:                         |  Component:  varnishd
  Version:  3.0.3                  |   Severity:  normal
 Keywords:  stream Content-Length  |
-----------------------------------+----------------------
 In 3.0.3, i see a lot of duplicate Content-Length headers with this setup:

 sub vcl_recv {
   return (pass);
 }

 sub vcl_fetch {
         set beresp.do_stream = true;
 }

 RES_StreamStart() add the second

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1272>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list