]> granicus.if.org Git - apache/commit
We can't pass in &r->remaining because we change that value on output to
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 11 Oct 2001 01:40:32 +0000 (01:40 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 11 Oct 2001 01:40:32 +0000 (01:40 +0000)
commit5c26e8775c258bcf8cc2b7de8f787a5a78dfeb80
treece99e1692df56140b9b276c261d147d5f1f8e62b
parent5902e1f3e3d5937ea226011d4e2ad2321fe5a5cf
We can't pass in &r->remaining because we change that value on output to
be how many bytes we read.  This trounces on the r->remaining value, so
we must use a local variable and subtract that from r->remaining after we
read.
Reviewed by: Aaron Bannert

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91413 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c