From b11e669f077f1546cdb34ab2c29a4f9289365024 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 4 Feb 2022 12:22:26 +0000 Subject: *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes to stabilize CI tests again. Previous revision of trunk has been copied to branches/trunk-ssl-handshake-unblocking to make those into a PR where changes can be discussed and tested separately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897760 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mpm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ap_mpm.h') 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 /** @} */ /** -- cgit v1.2.3