summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2018-04-28 11:41:01 +0200
committerStefan Eissing <icing@apache.org>2018-04-28 11:41:01 +0200
commit7befd3612de20d6a2bd4a7bf385a55f4674ef1cc (patch)
treeb9b6c85d9a2fa286ef80970c0925cedfc0020820 /CHANGES
parentmod_log_json: fixing compilation errors in maintainer mode. (diff)
downloadapache2-7befd3612de20d6a2bd4a7bf385a55f4674ef1cc.tar.xz
apache2-7befd3612de20d6a2bd4a7bf385a55f4674ef1cc.zip
On the trunk:
mod_http2: adding regular memory cleanup when transferring large response bodies. This reduces memory footprint and avoids memory exhaustion when transferring large files on 32-bit architectures. Fixes PR 62325. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1830419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 67e5486063..86f7b71782 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_http2: adding regular memory cleanup when transferring large response bodies. This
+ reduces memory footprint and avoids memory exhaustion when transferring large files
+ on 32-bit architectures. Fixes PR 62325. [Stefan Eissing]
+
*) http: LimitRequestBody applies to proxied requests. [Yann Ylavic]
*) mod_proxy_http: Fix response header thrown away after the previous one