]> err.no Git - varnish/commit
Add Age and Via header to responses.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 5 Jul 2006 09:44:53 +0000 (09:44 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 5 Jul 2006 09:44:53 +0000 (09:44 +0000)
commit2f2020975b11145dbd98643d82f78af929b9cfd5
tree3d2f29ac6fe480b8e8c8dc2a4edd8b9210c90e6b
parent42bddbfc23936836e4a9f0f8202b58920c37eb3b
Add Age and Via header to responses.

Change arguments to vca_write_obj() (It should really be "send_repsonse()" ?)
Store received age and time entered into cache in object.
Generate Age: and Via: headers as part of response.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@315 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_fetch.c
varnish-cache/bin/varnishd/cache_pool.c
varnish-cache/bin/varnishd/rfc2616.c