• 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
..
libjemalloc Loading commit data...
libvarnish Loading commit data...
libvarnishapi Loading commit data...
libvarnishcompat Loading commit data...
libvcl Loading commit data...
libvgz Loading commit data...
libvmod_std Loading commit data...
Makefile.am Loading commit data...