<div dir="ltr">Oh interesting. I think I may have had a slight formatting issue. I've tried copying the code into my VCL again and it ran fine. Sorry for the false alarm. Hope I didn't waste anyone's time.<div>
<br></div><div>Thanks</div><div>Tim</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 7, 2014 at 2:52 AM, Per Buer <span dir="ltr"><<a href="mailto:perbu@varnish-software.com" target="_blank">perbu@varnish-software.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Tim.<div><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div class="">On Wed, May 7, 2014 at 4:27 AM, Tim Dunphy <span dir="ltr"><<a href="mailto:bluethundr@gmail.com" target="_blank">bluethundr@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey All,<div><br></div><div> I'm trying to write a VCL subroutine. The purpose of the section I am having a problem with is to set some headers when it encounters a restart condition. Here's the code.</div>



<div><br></div><div><div>sub vcl_recv {</div><div>    if (req.restarts == 0) {</div><div>      if (req.http.x-forwarded-for) {</div><div>           set req.http.X-Forwarded-For = req.http.X-Forwarded-For + ", " + client.ip;</div>



<div>       } else {</div><div>       set req.http.X-Forwarded-For = client.ip;  }</div><div>    }</div><div><br></div><div>    if (req.request != "GET"&&req.request != "HEAD") {</div><div>      return (pass);</div>



<div>    }</div><div><br></div><div>    set req.backend = www;</div><div>}</div></div></div></blockquote><div><br></div></div><div>FWIW, I took the above code, put it in a file, along with a backend named www and the code compiled and loaded just fine.</div>
<span class="HOEnZb"><font color="#888888">

<div><br></div><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888">-- <br><div dir="ltr"><div style="font-size:12.727272033691406px;margin:5px 15px 0px 0px;padding-bottom:5px;color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)">


<table border="0" cellpadding="0" cellspacing="0" style="text-align:start;font-size:12px;line-height:1.5em;font-family:'Helvetica Neue',Arial,sans-serif;color:rgb(102,102,102);width:550px;border-top-width:1px;border-top-style:solid;border-top-color:rgb(238,238,238);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238,238,238);margin-top:20px;padding-top:5px;padding-bottom:5px">


<tbody><tr><td width="100" style="font-family:arial,sans-serif;margin:0px"><a href="http://www.varnish-software.com/" style="color:rgb(17,85,204)" target="_blank"><img src="http://www.varnish-software.com/static/media/logo-email.png" style="float:left;margin-left:10px"></a></td>


<td style="font-family:arial,sans-serif;margin:0px"><b style="font-size:14px;color:rgb(34,34,34)">Per Buer</b><br>CTO | Varnish Software<br>Phone: <a href="tel:%2B47%20958%2039%20117" value="+4795839117" target="_blank">+47 958 39 117</a> | Skype: per.buer<br>
<span style="font-weight:bold">We Make Websites Fly!<br>

<br></span><span style="font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;font-weight:bold">Winner of the Red Herring Top 100 Global Award 2013<br></span><p style="margin:0px;line-height:normal;font-family:Helvetica">


<img src="https://www.varnish-software.com/sites/default/files/redherring_2013_winner_sml.jpg"></p><span style="font-weight:bold"><br></span></td></tr></tbody></table><div></div></div><div style="font-size:12.727272033691406px;margin:15px 0px;clear:both;color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)">


</div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>GPG me!!<br><br>gpg --keyserver <a href="http://pool.sks-keyservers.net" target="_blank">pool.sks-keyservers.net</a> --recv-keys F186197B<br><br>
</div>