diff options
author | Ryan Bloom <rbb@apache.org> | 2001-01-28 04:36:02 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-01-28 04:36:02 +0100 |
commit | ef2098d177c0c31b7f28bae1fcd77a8b797c0ced (patch) | |
tree | 7663b3b3e1caf0d07daf047f33973a446aaeece1 /CHANGES | |
parent | The prefork MPM wasn't killing child processes correctly if a restart (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |