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

SLT_Length is not relevant for backend requests.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2457 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7a43fc4e
......@@ -243,13 +243,6 @@ collect_backend(struct logline *lp, enum shmlogtag tag, unsigned spec,
lp->df_Host = trimline(next, end);
break;
case SLT_Length:
if (lp->df_b != NULL)
lp->bogus = 1;
else
lp->df_b = trimline(ptr, end);
break;
case SLT_BackendReuse:
case SLT_BackendClose:
/* got it all */
......
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