Commit a4e065cb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Clarify XXX comment


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1686 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e6f650b2
......@@ -859,7 +859,7 @@ http_ClrHeader(struct http *to)
{
CHECK_OBJ_NOTNULL(to, HTTP_MAGIC);
/* XXX ??? to->f = to->v; Not sure this is valid */
/* XXX: don't to->f = to->v; it would kill pipelining */
to->nhd = HTTP_HDR_FIRST;
memset(to->hd, 0, sizeof to->hd);
}
......
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