]> err.no Git - varnish/commitdiff
Clarify XXX comment
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Jul 2007 07:53:08 +0000 (07:53 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Jul 2007 07:53:08 +0000 (07:53 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1686 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_http.c

index 65f62086f49e961cddaf68ced3a132a686d83b22..23591d1d7c4a89a75b6fadb4f24e78376bcaf75a 100644 (file)
@@ -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);
 }