summaryrefslogtreecommitdiffstats
path: root/include/ap_mpm.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-09-23 20:08:42 +0200
committerStefan Fritsch <sf@apache.org>2011-09-23 20:08:42 +0200
commit1951a037bf2b1009cf6908b035e868a90f2dfb59 (patch)
tree9d956f9fe11682fd311d51d49c2c270be110d568 /include/ap_mpm.h
parentCleanup effort in prep for GA push: (diff)
downloadapache2-1951a037bf2b1009cf6908b035e868a90f2dfb59.tar.xz
apache2-1951a037bf2b1009cf6908b035e868a90f2dfb59.zip
More cleanup: Expand tabs and some more indentation fixes
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r--include/ap_mpm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index 085e0d87f3..b061c0a23b 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -72,11 +72,11 @@ extern "C" {
unix/posix notes:
- The MPM does not set a SIGALRM handler, user code may use SIGALRM.
- But the preferred method of handling timeouts is to use the
- timeouts provided by the BUFF abstraction.
+ But the preferred method of handling timeouts is to use the
+ timeouts provided by the BUFF abstraction.
- The proper setting for SIGPIPE is SIG_IGN, if user code changes it
for any of their own processing, it must be restored to SIG_IGN
- prior to executing or returning to any apache code.
+ prior to executing or returning to any apache code.
TODO: add SIGPIPE debugging check somewhere to make sure it's SIG_IGN
*/