Commit 8b139e3d authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

We also need to increment *readbytes when we find a match in the middle of

a bucket.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91411 13f79535-47bb-0310-9956-ffa450edef68
parent 83289dd1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2909,6 +2909,7 @@ static int core_input_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mod
            apr_bucket_split(e, pos - str + 1);
            APR_BUCKET_REMOVE(e);
            APR_BRIGADE_INSERT_TAIL(b, e);
            *readbytes += pos - str;
            return APR_SUCCESS;
        }
        APR_BUCKET_REMOVE(e);