Good question.  I actually tried that and it didn't seem to have the same effect.  I didn't try diving into why it wouldn't have the same effect as the config I'm currently using:<br><br>sub vcl_recv {<br>  ...stuff to determine whether to lookup...<br>
  <br>  if (req.request == "POST") {<br>    set req.http.connection = "close";<br>    pipe;<br>  }<br>}<br><br><div class="gmail_quote">On Feb 1, 2008 6:14 AM, Stig Sandbeck Mathisen <<a href="mailto:ssm@linpro.no">ssm@linpro.no</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">"Aaron Pfeifer" <<a href="mailto:aaron.pfeifer@gmail.com">aaron.pfeifer@gmail.com</a>> writes:<br>
<br>> (1) Upgrade to trunk (I was using 1.1.2)<br><br></div>May not be the best choice for all, I think<br><div class="Ih2E3d"><br>> (2) Add "set req.http.connection = "close";" immediately before the<br>
> pipe for a POST<br><br></div>Would this be an appropriate config snippet?<br><br>vcl_pipe {<br><div><div></div><div class="Wj3C7c">  set req.http.connection = "close";<br>}<br><br></div></div><font color="#888888">--<br>
Stig Sandbeck Mathisen, Linpro<br>_______________________________________________<br>varnish-misc mailing list<br><a href="mailto:varnish-misc@projects.linpro.no">varnish-misc@projects.linpro.no</a><br><a href="http://projects.linpro.no/mailman/listinfo/varnish-misc" target="_blank">http://projects.linpro.no/mailman/listinfo/varnish-misc</a><br>
</font></blockquote></div><br>