Commit fd8dbae4 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Correct a comment


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1748 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e0b830ae
......@@ -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 */
}
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