summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-01-28 04:36:02 +0100
committerRyan Bloom <rbb@apache.org>2001-01-28 04:36:02 +0100
commitef2098d177c0c31b7f28bae1fcd77a8b797c0ced (patch)
tree7663b3b3e1caf0d07daf047f33973a446aaeece1 /CHANGES
parentThe prefork MPM wasn't killing child processes correctly if a restart (diff)
downloadapache2-ef2098d177c0c31b7f28bae1fcd77a8b797c0ced.tar.xz
apache2-ef2098d177c0c31b7f28bae1fcd77a8b797c0ced.zip
Make the error bucket a real meta-data bucket. This means that the
bucket length is 0, and a read returns NULL data. If one of these buckets is passed down after the headers are sent, this data will just be ignored. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f4520673af..44a0fcad6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0b1
+ *) Make the error bucket a real meta-data bucket. This means that the
+ bucket length is 0, and a read returns NULL data. If one of these
+ buckets is passed down after the headers are sent, this data will
+ just be ignored. [Greg Stein]
+
*) The prefork MPM wasn't killing child processes correctly if a restart
signal was received while the process was serving a request. The child
process would become the equivalent of a second parent process. If