• Poul-Henning Kamp's avatar
    Complete the separation of synthetic from received objects. · 4c28ffc7
    Poul-Henning Kamp authored
    	Any object, also errors, we receive from the backend will
    	go to vcl_fetch(), and can be cached if desired.
    
    	Any object we create, for instance if we cannot contact the
    	backend, will go to vcl_error() and will not be cached.
    
    Technical details:
    
    	Implement VCL variable setting for booleans like obj.cacheable.
    
    	Remove obj.valid, only valid objects go to vcl_fetch now.
    
    	On fetch failure, drop the object and go to STP_ERROR with 503
    
    	Update testcase b00015.vtc accordingly.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3044 d4fa192b-c00b-0410-8231-f00ffab90ce4
    4c28ffc7
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...
man Loading commit data...
redhat 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...