diff options
author | Greg Ames <gregames@apache.org> | 2002-02-10 15:21:44 +0100 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2002-02-10 15:21:44 +0100 |
commit | f18df952b818a2d02df14c0ad361dff0ad5a8294 (patch) | |
tree | 8f71a0dbaa0985942f60b29994917fd36f6e1011 /CHANGES | |
parent | Copied changes that have been made recently to the 1.3 documentation. (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |