tcp reset problem with varnish 2.0.4 o n Solaris 10 (SPARC)
Rob S
rtshilston at gmail.com
Mon Jul 6 17:31:45 CEST 2009
Alex Hooper wrote:
> 5 VCL_call c recv
> 5 VCL_return c pass
> 5 VCL_call c pass
> 5 VCL_return c pass
> 5 VCL_call c error
> 5 VCL_return c deliver
It looks like you're using "pass", rather than "fetch", which probably
isn't desirable when you're just doing a simple GET request. I'd expect
to see something like:
7 VCL_call c recv
7 VCL_return c lookup
7 VCL_call c hash
7 VCL_return c hash
7 VCL_call c miss
7 VCL_return c fetch
Can you send your VCL file, so that I can take a look at the logic?
Rob
More information about the varnish-misc
mailing list