mod_proxy_fcgi: Fix a potential crash with response headers' size above 8K.
[Teguh <chain rop.io>, Yann Ylavic]
- *) event: Resolve potential crashes under load after r1604350. [Eric Covener]
-
*) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since
r1608202. [Eric Covener]
}
if (cs->pub.state == CONN_STATE_LINGER) {
- if (start_lingering_close_blocking(cs)) {
- notify_suspend(cs);
- }
+ start_lingering_close_blocking(cs);
+ notify_suspend(cs);
}
else if (cs->pub.state == CONN_STATE_CHECK_REQUEST_LINE_READABLE) {
/* It greatly simplifies the logic to use a single timeout value here