From: phk Date: Fri, 13 Jul 2007 07:53:08 +0000 (+0000) Subject: Clarify XXX comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1c7c99348d1805659cae3cc6215460b4aca59b;p=varnish Clarify XXX comment git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1686 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_http.c b/varnish-cache/bin/varnishd/cache_http.c index 65f62086..23591d1d 100644 --- a/varnish-cache/bin/varnishd/cache_http.c +++ b/varnish-cache/bin/varnishd/cache_http.c @@ -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); }