[Varnish] #451: No X-Forwaded-For on piped requests

Varnish varnish-bugs at projects.linpro.no
Wed Feb 18 13:13:18 CET 2009


#451: No X-Forwaded-For on piped requests
--------------------+-------------------------------------------------------
 Reporter:  joel    |        Owner:       
     Type:  defect  |       Status:  new  
 Priority:  normal  |    Milestone:       
Component:  build   |      Version:  trunk
 Severity:  normal  |   Resolution:       
 Keywords:          |  
--------------------+-------------------------------------------------------
Comment (by joel):

 It´s not a bug, it´s by design: Varnish only alters the initial
 connection, all subsequent ones get passed through in pipe.

 Using
     set bereq.http.Connection = "Close";

 on vcl_pipe solved the problem, forcing every connection to be the first
 one.

 thanks for the help on #varnish

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


More information about the varnish-bugs mailing list