summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2002-02-10 15:21:44 +0100
committerGreg Ames <gregames@apache.org>2002-02-10 15:21:44 +0100
commitf18df952b818a2d02df14c0ad361dff0ad5a8294 (patch)
tree8f71a0dbaa0985942f60b29994917fd36f6e1011 /CHANGES
parentCopied changes that have been made recently to the 1.3 documentation. (diff)
downloadapache2-f18df952b818a2d02df14c0ad361dff0ad5a8294.tar.xz
apache2-f18df952b818a2d02df14c0ad361dff0ad5a8294.zip
prefork shouldn't be killing its parent if a child runs out of resources.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 81c3076076..72a5ccc776 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
Changes with Apache 2.0.32-dev
+
+ *) Fix prefork to not kill the parent if a child hits a resource shortage
+ on accept(). [Greg Ames]
*) Fix seg faults that occur when what should be the httpd request line
starts with \r\n followed by garbage. [Greg Ames]