]> err.no Git - varnish/commit
Add a http_SetResp() function for constructing HTTP responses (like 304).
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 20:38:46 +0000 (20:38 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 20:38:46 +0000 (20:38 +0000)
commitd2ec1656a6162364e71b7ab4c533fddb12008678
treea4dc199b282f41fc97e7c75d2128db2866ad8ebe
parent906b8627cb8a66d7f7d3f46ac1fa283d015f2fda
Add a http_SetResp() function for constructing HTTP responses (like 304).

Eliminate the header index from http_SetHeader() which is no unused.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@576 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_http.c
varnish-cache/bin/varnishd/cache_response.c