]> granicus.if.org Git - apache/commitdiff
just in case anybody cares
authorCliff Woolley <jwoolley@apache.org>
Tue, 28 May 2002 21:26:44 +0000 (21:26 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 28 May 2002 21:26:44 +0000 (21:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95326 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 42b92549bf35e9ad7c146e62d63610aef16e49a5..f8afdd274acb27b3e9121e0a20c0867ac746a2ad 100644 (file)
--- 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>]