]> err.no Git - varnish/commit
Introduce http_SetHeader() for setting a http header to a const string,
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 07:26:25 +0000 (07:26 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 07:26:25 +0000 (07:26 +0000)
commit96e5ae9b8daa7fdb22a6e82b8fc1965dde8624e1
tree377173673bf0f0ce00bde78bcb405e48b6986192
parenta76e86617f1324c6f4c4155e829e8af694c75f2c
Introduce http_SetHeader() for setting a http header to a const string,
no need to waste time printf'ing in this case, and no need to waste workspace.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@572 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