clear out bogus whitespace

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@667275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2008-06-12 22:26:30 +00:00
parent 50d2bb90ca
commit 6ab8a9d2c7

View File

@ -1473,7 +1473,7 @@ static void read_connection(struct connection * c)
if (!cl) {
c->keepalive = 1;
c->length = 0;
}
}
}
c->bread += c->cbx - (s + l - c->cbuff) + r - tocopy;
totalbread += c->bread;