diff options
author | Jim Jagielski <jim@apache.org> | 2012-11-08 21:00:38 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2012-11-08 21:00:38 +0100 |
commit | 9e0df917dd600c0083d07edaaf27da02a174ec12 (patch) | |
tree | 1da5f0fe43ed73070ed63c558be400cdc9e00a7e /CHANGES | |
parent | remove some more old unused code (diff) | |
download | apache2-9e0df917dd600c0083d07edaaf27da02a174ec12.tar.xz apache2-9e0df917dd600c0083d07edaaf27da02a174ec12.zip |
*) mod_xml2enc: Fix problems with charset conversion altering the
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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- 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] |