[Varnish] #600: error in man 7 vcl
Varnish
varnish-bugs at projects.linpro.no
Wed Dec 9 14:16:45 CET 2009
#600: error in man 7 vcl
---------------------------+------------------------------------------------
Reporter: zviratko | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: documentation | Version: 2.0
Severity: normal | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by zviratko):
while there:
sub vcl_fetch {
if (obj.http.Set-Cookie) {
insert;
}
should probably be
sub vcl_fetch {
if (obj.http.Set-Cookie) {
deliver;
}
not to confuse anyone...
--
Ticket URL: <http://varnish.projects.linpro.no/ticket/600#comment:1>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list