<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Per Buer wrote:
<blockquote
 cite="mid:AANLkTiluX5K2INKZGC4GwgYHD2lbdh0q4WrMenrso2ay@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, May 28, 2010 at 5:54 PM,  <a class="moz-txt-link-rfc2396E" href="mailto:andrea.campi@zephirworks.com"><andrea.campi@zephirworks.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I still see this in the logs:
..
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I see a cookie header. Varnish won't cache if your client sends cookie
headers. I've tried to write something on the topic in the upcoming
tutorial; <a class="moz-txt-link-freetext" href="http://varnish-cache.org/static/perbu/dirhtml/tutorial/increasing_your_hitrate/#cookies">http://varnish-cache.org/static/perbu/dirhtml/tutorial/increasing_your_hitrate/#cookies</a>

  </pre>
</blockquote>
I do unset cookies.<br>
BTW sorry for sending only excerpts of the config file, I should make
time to sanitize it from anything confidential and send it entirely.<br>
<br>
That said, AFAIU if the cookie was the matter, the cache would be
bypassed completely, wouldn't it?<br>
Instead, from the log I see a lookup followed by a discard, even though
I don't have anything like that in the config:<br>
<br>
   14 VCL_call     c recv
<br>
   14 VCL_return   c lookup
<br>
   14 VCL_call     c hash
<br>
   14 VCL_return   c hash
<br>
   14 VCL_call     c discard
<br>
   14 VCL_return   c discard
<br>
    0 ExpKill      - 865712580 LRU
<br>
<br>
Moreover, as long as I don't hit refresh in the browser the page is
served from the cache--I confirmed that by adding custom headers.<br>
<br>
What is weirdest of all is that if I send the exact same headers with
curl, I get a cache hit.<br>
<br>
<br>
Anyway, no point in wasting your time without the full config (and I
need to be back on site for that).<br>
<br>
Have a nice weekend,<br>
  Andrea<br>
</body>
</html>