From 7f2084f70186158a545a8a67ed455c79c69a1296 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 24 Jul 2007 13:51:58 +0000 Subject: [PATCH] Correct a comment git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1748 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_synthetic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_synthetic.c b/varnish-cache/bin/varnishd/cache_synthetic.c index 390895ea..d4671396 100644 --- a/varnish-cache/bin/varnishd/cache_synthetic.c +++ b/varnish-cache/bin/varnishd/cache_synthetic.c @@ -131,5 +131,5 @@ SYN_ErrorPage(struct sess *sp, int status, const char *reason, int ttl) http_PrintfHeader(w, fd, h, "Retry-After: %ju", (uintmax_t)ttl); http_PrintfHeader(w, fd, h, "Content-Type: text/html; charset=utf-8"); http_PrintfHeader(w, fd, h, "Content-Length: %u", o->len); - /* DO NOT generate X-Varnish header, RES_WriteObj will */ + /* DO NOT generate X-Varnish header, RES_BuildHttp will */ } -- 2.39.5