]> err.no Git - varnish/commit
Add a beresp.* variable family, which contains the backend response
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 27 Feb 2009 12:02:50 +0000 (12:02 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 27 Feb 2009 12:02:50 +0000 (12:02 +0000)
commit3f8d6282350e492dceb5a854504694fe64806ee9
tree9f364e3eddc3830cec8b34d31b61b930088547af
parent93a6f3ed8532f0627ea6dd0df9c56f2a852c058e
Add a beresp.* variable family, which contains the backend response
before filtering.

Cut Fetch() into two, FetchHdr() and FetchBody(), for now, just call
them sequentially from cache_center.c

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3834 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_center.c
varnish-cache/bin/varnishd/cache_fetch.c
varnish-cache/bin/varnishd/cache_vrt.c
varnish-cache/bin/varnishtest/vtc_http.c
varnish-cache/include/vrt.h
varnish-cache/include/vrt_obj.h
varnish-cache/lib/libvcl/vcc_fixed_token.c
varnish-cache/lib/libvcl/vcc_gen_obj.tcl
varnish-cache/lib/libvcl/vcc_obj.c