From: phk Date: Thu, 6 Jul 2006 21:04:14 +0000 (+0000) Subject: Add cache_response for yelling at clients X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9cbb1773c4fa426c4c4ed7842fcb0588c510f1;p=varnish Add cache_response for yelling at clients git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@359 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/Makefile.am b/varnish-cache/bin/varnishd/Makefile.am index 81e4162b..cae726e5 100644 --- a/varnish-cache/bin/varnishd/Makefile.am +++ b/varnish-cache/bin/varnishd/Makefile.am @@ -18,6 +18,7 @@ varnishd_SOURCES = \ cache_pool.c \ cache_pass.c \ cache_pipe.c \ + cache_response.c \ cache_shmlog.c \ cache_vcl.c \ cache_vrt.c \ diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c new file mode 100644 index 00000000..ea3664fd --- /dev/null +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -0,0 +1,3 @@ +/* + * $Id$ + */