From: Joe Orton Date: Thu, 4 Jun 2026 08:46:03 +0000 (+0000) Subject: * modules/filters/mod_xml2enc.c (fix_skipto): Fix accounting. X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fa5d85bbc832a587c3c5bca7c19fb21df96b5df0;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/modules/filters/mod_xml2enc.c b/modules/filters/mod_xml2enc.c index b96cce78f7..727c1835c2 100644 --- a/modules/filters/mod_xml2enc.c +++ b/modules/filters/mod_xml2enc.c @@ -164,6 +164,7 @@ static void fix_skipto(request_rec* r, xml2ctx* ctx) apr_bucket_delete(b); } ctx->bytes -= (p-ctx->buf); + ctx->bblen -= (p-ctx->buf); ctx->buf = p ; found = 1; ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01428)