summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2002-05-28 21:26:44 +0000
committerCliff Woolley <jwoolley@apache.org>2002-05-28 21:26:44 +0000
commitbe1de399c2d36beab143db9805153ac0be4cd1bb (patch)
tree31e9a40e2314f694474c4fe4b746610e27c23eb2 /CHANGES
parent9bd49530d6574a7b3c4148fb60bba68fcbf36980 (diff)
downloadhttpd-be1de399c2d36beab143db9805153ac0be4cd1bb.tar.gz
just in case anybody cares
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 42b92549bf..f8afdd274a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
-Changes with Apache 2.0.38
+Changes with Apache 2.0.37
+
+ *) Ensure that apr_brigade_write() flushes in all of the cases that
+ it should to avoid conditions in some modules that could cause
+ large amounts of data to be buffered. [Cliff Woolley]
+
*) Fix problem where mod_cache/mod_disk_cache was incorrectly
stripping the content_type from cached responses.
[Bill Stoddard]
@@ -8,8 +13,6 @@ Changes with Apache 2.0.38
appropriate environment variables have been set up.
[Jeff Trawick]
-Changes with Apache 2.0.37
-
*) Fix the combination of mod_cgid, mod_setuexec, and mod_userdir.
PR 7810 [Colm MacCarthaigh <colmmacc@redbrick.dcu.ie>]