r359 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 6 23:04:14 CEST 2006


Author: phk
Date: 2006-07-06 23:04:14 +0200 (Thu, 06 Jul 2006)
New Revision: 359

Added:
   trunk/varnish-cache/bin/varnishd/cache_response.c
Modified:
   trunk/varnish-cache/bin/varnishd/Makefile.am
Log:
Add cache_response for yelling at clients


Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2006-07-06 21:03:42 UTC (rev 358)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2006-07-06 21:04:14 UTC (rev 359)
@@ -18,6 +18,7 @@
 	cache_pool.c \
 	cache_pass.c \
 	cache_pipe.c \
+	cache_response.c \
 	cache_shmlog.c \
 	cache_vcl.c \
 	cache_vrt.c \

Added: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c	2006-07-06 21:03:42 UTC (rev 358)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c	2006-07-06 21:04:14 UTC (rev 359)
@@ -0,0 +1,3 @@
+/*
+ * $Id$
+ */




More information about the varnish-commit mailing list