From fa5d85bbc832a587c3c5bca7c19fb21df96b5df0 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 4 Jun 2026 08:46:03 +0000 Subject: [PATCH] * 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 --- modules/filters/mod_xml2enc.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3