Content-Length. [Micha Lenk <micha lenk info>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1407248 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_xml2enc: Fix problems with charset conversion altering the
+ Content-Length. [Micha Lenk <micha lenk info>]
+
*) core: New directive HttpProtocol which allows to disable HTTP/0.9
support. [Stefan Fritsch]
/* nah, we only have one action here - call it inline */
fix_skipto(f->r, ctx);
+ /* we might change the Content-Length, so let's force its re-calculation */
+ apr_table_unset(f->r->headers_out, "Content-Length");
+
/* consume the data we just sniffed */
/* we need to omit any <meta> we just invalidated */
ctx->flags |= ENC_INITIALISED;