mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
get the Event MPM to compile again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -654,7 +654,7 @@ read_request:
|
||||
return 1;
|
||||
}
|
||||
else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted ||
|
||||
ap_graceful_stop_signalled()) {
|
||||
listener_may_exit) {
|
||||
c->cs->state = CONN_STATE_LINGER;
|
||||
}
|
||||
else if (c->data_in_input_filters) {
|
||||
|
||||
Reference in New Issue
Block a user