summaryrefslogtreecommitdiff
path: root/include/ap_mpm.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-04 12:27:17 +0000
committerStefan Eissing <icing@apache.org>2022-02-04 12:27:17 +0000
commit662495f8dbabe17a6e2e2b7ae63b45c37c886268 (patch)
treea3a3ab037036e5374be27aef99a6386341e51ab4 /include/ap_mpm.h
parentdb520660a81ea34d4eed8a9069389ce566345aa2 (diff)
parentb11e669f077f1546cdb34ab2c29a4f9289365024 (diff)
downloadhttpd-662495f8dbabe17a6e2e2b7ae63b45c37c886268.tar.gz
Merge of trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-ssl-handshake-nonblocking@1897761 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r--include/ap_mpm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index 82075a4488..6698d0e7c6 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -182,8 +182,6 @@ AP_DECLARE(apr_status_t) ap_os_create_privileged_process(
#define AP_MPMQ_CAN_SUSPEND 17
/** MPM supports additional pollfds */
#define AP_MPMQ_CAN_POLL 18
-/** MPM reacts to AGAIN response */
-#define AP_MPMQ_CAN_AGAIN 19
/** @} */
/**