From: phk Date: Mon, 18 Sep 2006 07:11:49 +0000 (+0000) Subject: braino X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8061b97a63131c8367554bde7a28fac27ae28f6;p=varnish braino git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1059 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c index 3ec8b1c4..c4d4d7f9 100644 --- a/varnish-cache/bin/varnishd/cache_response.c +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -144,7 +144,7 @@ res_do_304(struct sess *sp) 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");