From: Joe Orton Date: Mon, 6 Jul 2026 10:04:52 +0000 (+0000) Subject: * modules/filters/mod_proxy_html.c (pcomment): Don't dump content X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd74218c456c9b6322ee9316ff16955a088f75d4;p=thirdparty%2Fapache%2Fhttpd.git * modules/filters/mod_proxy_html.c (pcomment): Don't dump content when printing a comment. (regression in r1934975) Fixes: 9dc00bf22922b805d780f403132d2e35a99ced93 Github: closes #681 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935931 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_proxy_html.c b/modules/filters/mod_proxy_html.c index 6e33eac46e..a8c29db862 100644 --- a/modules/filters/mod_proxy_html.c +++ b/modules/filters/mod_proxy_html.c @@ -337,7 +337,6 @@ static void pcomment(void *ctxt, const xmlChar *uchars) ap_fputs(ctx->f->next, ctx->bb, ""); - dump_content(ctx); } } static void pendElement(void *ctxt, const xmlChar *uname)