r1059 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Sep 18 09:11:49 CEST 2006


Author: phk
Date: 2006-09-18 09:11:49 +0200 (Mon, 18 Sep 2006)
New Revision: 1059

Modified:
   trunk/varnish-cache/bin/varnishd/cache_response.c
Log:
braino


Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c	2006-09-18 07:08:32 UTC (rev 1058)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c	2006-09-18 07:11:49 UTC (rev 1059)
@@ -144,7 +144,7 @@
 	http_ClrHeader(sp->http);
 	sp->http->logtag = HTTP_Tx;
 	http_SetResp(sp->wrk, sp->fd, sp->http,
-	    "HTTP/1.1", "304", NULL);
+	    "HTTP/1.1", "304", "Not Modified");
 	TIM_format(sp->t_req.tv_sec, lm);
 	http_PrintfHeader(sp->wrk, sp->fd, sp->http, "Date: %s", lm);
 	http_SetHeader(sp->wrk, sp->fd, sp->http, "Via: 1.1 varnish");




More information about the varnish-commit mailing list