Commit 01e63b25 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Sync with reality

parent 881825b2
......@@ -364,10 +364,6 @@ hash_data(input)
new()
Instanciate a new VCL object. Available in vcl_init.
purge()
Invalidate all variants of the current object using purge. Available in
vcl_miss and vcl_hit.
return()
End execution of the current VCL subroutine, and continue to the next step
in the request handling state machine.
......
......@@ -39,7 +39,6 @@ following VCL in place::
if (!client.ip ~ purge) {
return(synth(405,"Not allowed."));
}
# jump to hit/miss
return (purge);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment