diff options
author | Stefan Eissing <icing@apache.org> | 2018-04-28 11:41:01 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2018-04-28 11:41:01 +0200 |
commit | 7befd3612de20d6a2bd4a7bf385a55f4674ef1cc (patch) | |
tree | b9b6c85d9a2fa286ef80970c0925cedfc0020820 /CHANGES | |
parent | mod_log_json: fixing compilation errors in maintainer mode. (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |