<div dir="ltr">Uhm, doing the change so your vcl_hit looks like:<div><div>sub vcl_hit  { return(deliver); }</div></div><div><br></div><div>Works for me (tm).</div><div><br></div><div>Note that in your first email your vcl_hit unconditionally returned fetch:</div><div><div>sub vcl_hit  { return(fetch); }</div></div><div><br></div><div>P.D. I was the one doing the last update to this github template, and the idea of returning fetch in vcl_hit was exactly for grace support.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 11, 2014 at 11:48 PM,  <span dir="ltr"><<a href="mailto:grantksupport@operamail.com" target="_blank">grantksupport@operamail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On Thu, Dec 11, 2014, at 02:36 PM, Dridi Boukelmoune wrote:<br>
> My guess is both a mistake from you and a bug in varnish.<br>
><br>
> In vcl_hit you should "return(deliver)" instead of "return(fetch)".<br>
<br>
</span>i'm working with shameless cribbing from supsected-to-work-well vcl's<br>
<br>
this one<br>
<br>
 <a href="https://github.com/mattiasgeniar/varnish-4.0-configuration-templates/blob/master/default.vcl" target="_blank">https://github.com/mattiasgeniar/varnish-4.0-configuration-templates/blob/master/default.vcl</a><br>
<br>
does include the<br>
<br>
        vcl_hit() {<br>
                ...<br>
-               return (deliver)<br>
+               return (fetch)<br>
        }<br>
<br>
Making JUST that change in MY, current vcl still makes no difference; I still see the MISS.<br>
<br>
BUT, switching completely to that vcl DOES do the trick -- I see HIT on the image.<br>
<br>
Now, a matter of piecemeal substitution to find & understand the actual problem.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</div></div></blockquote></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Jorge Nerín<br><<a href="mailto:jnerin@gmail.com">jnerin@gmail.com</a>></div>
</div>