Just posting this so it will make it into the mailing list archives, and hopefully spark a discussion:<div><br></div><div>The default Varnish config does not honor "no-cache" in Cache-control headers. It is my personal opinion that it should, but it's easy enough to add this behavior if desired.</div>

<div><br></div><div><div><font class="Apple-style-span" face="'courier new', monospace">sub vcl_fetch {</font></div><div><div><font class="Apple-style-span" face="'courier new', monospace">    if (beresp.http.cache-control ~ "no-cache") {</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">        return(pass);</font></div><div><font class="Apple-style-span" face="'courier new', monospace">    }</font></div><div><font class="Apple-style-span" face="'courier new', monospace">}</font></div>

</div><br>-- <br>Jacob Elder<div><div>@jelder</div><div>(646) 535-3379</div><div><br></div></div><br>
</div>