Commit 51103e98 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

braino


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1059 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7b6d5c9d
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment