From: des Date: Tue, 24 Jul 2007 13:51:58 +0000 (+0000) Subject: Correct a comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f2084f70186158a545a8a67ed455c79c69a1296;p=varnish Correct a comment git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1748 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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 */ }