1
0
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:
Greg Ames
2008-06-17 20:36:37 +00:00
parent 5034fb0853
commit 6efb76ccf4

View File

@@ -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) {