Commit 7f360edc authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

another place we can use Tlen


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2047 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6252ebd3
......@@ -326,7 +326,7 @@ Fetch(struct sess *sp)
CHECK_OBJ_NOTNULL(sp->backend, BACKEND_MAGIC);
/* Filter into object */
hp2 = &sp->obj->http;
len = pdiff(hp->rx.b, hp->rx.e);
len = Tlen(hp->rx);
len += 256; /* margin for content-length etc */
CHECK_OBJ_NOTNULL(sp->backend, BACKEND_MAGIC);
......
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