From: Ruediger Pluem Date: Mon, 28 Aug 2006 11:29:23 +0000 (+0000) Subject: * Note the changes that were done in revisions X-Git-Tag: 2.3.0~2146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff563f2e22906dd00f2d3795e6358cf6309353ac;p=apache * Note the changes that were done in revisions 422731 422736 422739 423940 424759 424950 425109 426790 426791 426793 426795 (deflate output filter) and 416165 426799 (inflate output filter) PR: 39854 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 23dfffa614..4b75b91516 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) mod_deflate: Rework inflate output and deflate output filter to fix several + issues: Incorrect handling of flush buckets, potential memory leaks, + excessive memory usage in inflate output filter for large compressed + content. PR 39854. [Ruediger Pluem, Nick Kew, Justin Erenkrantz] + *) mod_proxy_ajp: Close connection to backend if reading of request body fails. PR 40310. [Ian Abel ]