[Varnish] #345: Assert error in CNT_Session()
Varnish
varnish-bugs at projects.linpro.no
Wed Oct 8 09:49:04 CEST 2008
#345: Assert error in CNT_Session()
----------------------+-----------------------------------------------------
Reporter: kierank | Owner: phk
Type: defect | Status: new
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: major | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by phk):
Just a comment on your VCL:
{{{
39 lookup;
40 # The default vcl_recv is used from here.
41 }
42
}}}
That comment is wrong, when you issue "lookup", that is a terminating
action of vcl_recv and no further code will be executed.
--
Ticket URL: <http://varnish.projects.linpro.no/ticket/345#comment:3>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list