Searched refs:async_mpm (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dhttp_core.c49 static int async_mpm = 0; variable
247 if (async_mpm && !c->clogging_input_filters) {
283 if (ap_mpm_query(AP_MPMQ_IS_ASYNC, &async_mpm) != APR_SUCCESS) {
284 async_mpm = 0;

Completed in 517 milliseconds