• Poul-Henning Kamp's avatar
    NB: VCL syntax change! · e815d5a5
    Poul-Henning Kamp authored
    Change
    	return (hit_for_pass)
    to:
    	set beresp.do_pass = true
    
    It was wrong to make hit_for_pass a return action, because it is not.
    It is a flag on the cached object, and that is all it is.
    
    With streaming becoming the default, having it as return-action would
    make writing vcl_fetch{} more cumbersome.
    e815d5a5
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
redhat Loading commit data...
.gitignore Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...