summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Reder <rederpj@apache.org>2001-04-25 13:53:43 +0000
committerPaul J. Reder <rederpj@apache.org>2001-04-25 13:53:43 +0000
commit19334bbf9feff6e649aff97301e6446d78f044ad (patch)
treef712426ffc2a581985621750efb00cf3d7db55e0
parent2cb6a383dd2d32427d907902ed3ba8d838c0df8e (diff)
downloadhttpd-19334bbf9feff6e649aff97301e6446d78f044ad.tar.gz
Yeah, well, like the entry says, fixed prefork to handle signals
properly (mostly SIGTERN). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88935 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 34217bb8a1..39b633cef1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,10 @@
Changes with Apache 2.0.18-dev
+
+ *) Patch prefork to put enough of the signal processing back in so that
+ signals are all handled properly now. The previous patch fixed the
+ deadlock race condition, but broke the user directed signal handling.
+ This fixes it to work the way it did before my previous prefork patch
+ (primarily, SIGTERM is now working).
*) Change how input filters decide how much data is returned to the
higher filter. We used to use a field in the conn_rec, with this