Skip to content

Commit fa5d85b

Browse files
committed
* modules/filters/mod_xml2enc.c (fix_skipto): Fix accounting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934970 13f79535-47bb-0310-9956-ffa450edef68
1 parent 80dc6b2 commit fa5d85b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/filters/mod_xml2enc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ static void fix_skipto(request_rec* r, xml2ctx* ctx)
164164
apr_bucket_delete(b);
165165
}
166166
ctx->bytes -= (p-ctx->buf);
167+
ctx->bblen -= (p-ctx->buf);
167168
ctx->buf = p ;
168169
found = 1;
169170
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01428)

0 commit comments

Comments
 (0)