• Poul-Henning Kamp's avatar
    Complete the separation of synthetic from received objects. · 3e610dc8
    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@3044 d4fa192b-c00b-0410-8231-f00ffab90ce4
    3e610dc8
Name
Last commit
Last update
..
compat Loading commit data...
Makefile.am Loading commit data...
binary_heap.h Loading commit data...
cli.h Loading commit data...
cli_common.h Loading commit data...
cli_priv.h Loading commit data...
flopen.h Loading commit data...
http_headers.h Loading commit data...
libvarnish.h Loading commit data...
libvcl.h Loading commit data...
miniobj.h Loading commit data...
shmlog.h Loading commit data...
shmlog_tags.h Loading commit data...
stat_field.h Loading commit data...
stats.h Loading commit data...
varnishapi.h Loading commit data...
vbm.h Loading commit data...
vcl.h Loading commit data...
vcl_returns.h Loading commit data...
vct.h Loading commit data...
vev.h Loading commit data...
vlu.h Loading commit data...
vpf.h Loading commit data...
vqueue.h Loading commit data...
vrt.h Loading commit data...
vrt_obj.h Loading commit data...
vsb.h Loading commit data...
vss.h Loading commit data...